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

This commit is contained in:
Damien Cassou
2022-01-11 08:41:46 +01:00
committed by GitHub
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
version = "3.7.4";
version = "3.7.5";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
sha256 = "sha256-zsd95dkKzuhqtWFwc84tjZ05MnzE25UvfF459gfp+lA=";
sha256 = "sha256-p2lfE3fxUpgTGgIP6KojQ5uC3kF7KWDIU2ILpi90Sso=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];