crowdin-cli: 4.9.0 -> 4.9.1

This commit is contained in:
R. Ryantm 2025-08-01 12:39:36 +00:00
parent 2ea007a23b
commit 35ca26e319

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "crowdin-cli";
version = "4.9.0";
version = "4.9.1";
src = fetchurl {
url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
hash = "sha256-fPgcr0Gg0uIgDhnfowFp6K+NhtKdjThLd4yzjcZ78K4=";
hash = "sha256-VU3kG8Y/p6bM/kkExmP6Mww46d1kxpljhNIRNhUY6kg=";
};
nativeBuildInputs = [