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.
1 parent 90789b0 commit 4ab23adCopy full SHA for 4ab23ad
pkgs/by-name/cr/crowdin-cli/package.nix
@@ -14,11 +14,11 @@
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "crowdin-cli";
17
- version = "4.5.0";
+ version = "4.5.1";
18
19
src = fetchurl {
20
url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
21
- hash = "sha256-Qcw1935ENMftohZrwqRZRrXoXYThogfBXNzf/6jJxaM=";
+ hash = "sha256-wmW6RBVMdpcawCEgLaZwOLStdUIWumsgc39Y0Kv8uEE=";
22
};
23
24
nativeBuildInputs = [
0 commit comments