crowdin-cli: 4.8.0 -> 4.9.0

This commit is contained in:
R. Ryantm
2025-07-13 22:59:43 +00:00
parent cdeba33c9d
commit 3e953bce5d
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "crowdin-cli";
version = "4.8.0";
version = "4.9.0";
src = fetchurl {
url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
hash = "sha256-4+D1O+/32aYbZs1aKAEPuKq3IDmZho7oX+zERRrGMpw=";
hash = "sha256-fPgcr0Gg0uIgDhnfowFp6K+NhtKdjThLd4yzjcZ78K4=";
};
nativeBuildInputs = [