Skip to content

Commit c161000

Browse files
authored
crowdin-cli: 4.5.0 -> 4.5.1 (NixOS#374533)
2 parents e9fe4fa + 4ab23ad commit c161000

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.5.0";
17+
version = "4.5.1";
1818

1919
src = fetchurl {
2020
url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
21-
hash = "sha256-Qcw1935ENMftohZrwqRZRrXoXYThogfBXNzf/6jJxaM=";
21+
hash = "sha256-wmW6RBVMdpcawCEgLaZwOLStdUIWumsgc39Y0Kv8uEE=";
2222
};
2323

2424
nativeBuildInputs = [

0 commit comments

Comments
 (0)