We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cbcb08 + 64bac10 commit 65bc74aCopy full SHA for 65bc74a
pkgs/by-name/cr/crowdin-cli/package.nix
@@ -14,11 +14,11 @@
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "crowdin-cli";
17
- version = "4.6.0";
+ version = "4.6.1";
18
19
src = fetchurl {
20
url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
21
- hash = "sha256-+0UrYb3gz7rcbL2Z/SLLcJVkSnNr/5Mmfsl0vbfOQcI=";
+ hash = "sha256-ev1w3jp0esYxpbrXhmAIFjrh1QxGBrV3PwuQpUgf/eI=";
22
};
23
24
nativeBuildInputs = [
0 commit comments