Skip to content

Commit 65bc74a

Browse files
authored
crowdin-cli: 4.6.0 -> 4.6.1 (#385190)
2 parents 2cbcb08 + 64bac10 commit 65bc74a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cr/crowdin-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "crowdin-cli";
17-
version = "4.6.0";
17+
version = "4.6.1";
1818

1919
src = fetchurl {
2020
url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
21-
hash = "sha256-+0UrYb3gz7rcbL2Z/SLLcJVkSnNr/5Mmfsl0vbfOQcI=";
21+
hash = "sha256-ev1w3jp0esYxpbrXhmAIFjrh1QxGBrV3PwuQpUgf/eI=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)