crowdin-cli: 4.6.1 -> 4.7.0

This commit is contained in:
R. Ryantm
2025-03-31 12:45:03 +00:00
parent 4a8e787879
commit 87c04e7ef9

View File

@@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "crowdin-cli";
version = "4.6.1";
version = "4.7.0";
src = fetchurl {
url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
hash = "sha256-ev1w3jp0esYxpbrXhmAIFjrh1QxGBrV3PwuQpUgf/eI=";
hash = "sha256-PAmWjFKaiazw+tW3ITekkmMnNCB/fHYM0X/n8ef6jWE=";
};
nativeBuildInputs = [