crowdin-cli: 3.7.5 -> 3.7.7

This commit is contained in:
R. Ryantm 2022-01-24 06:44:27 +00:00
parent e5f7e0e551
commit f316fc4ffa

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 ];