Merge pull request #285185 from r-ryantm/auto-update/crowdin-cli

crowdin-cli: 3.16.1 -> 3.17.0
This commit is contained in:
Damien Cassou 2024-01-31 08:16:12 +00:00 committed by GitHub
commit 555779b23d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
version = "3.16.1";
version = "3.17.0";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
hash = "sha256-B68pCNQYly/0OQJkSjztP08bQGaGQeE+AAOiu5VbszY=";
hash = "sha256-thiwggDtzQsfbzwWF2tTMRQHfktq+W9fBH6QT7t2gKc=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];