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

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