crowdin-cli: 4.1.1 -> 4.1.2 (#340093)

This commit is contained in:
Damien Cassou 2024-09-06 17:05:38 +02:00 committed by GitHub
commit cbebe9f318
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 = "4.1.1";
version = "4.1.2";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
hash = "sha256-EpRGEn+cteFt4tn70bycIrIIjk+ZUO2n5SK14Hc2Qq0=";
hash = "sha256-D0wx570pU1FuyoQ62ZPN1v9jC9tRrJuuQet8D8w2v+M=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];