crowdin-cli: 3.19.2 -> 3.19.3

This commit is contained in:
R. Ryantm
2024-05-09 12:32:33 +00:00
parent 0c9055e823
commit 51ec7ea4e9
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
version = "3.19.2";
version = "3.19.3";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
hash = "sha256-tVfdpyQ/m6ZpVA7YFmkGSnpo8/FirIBEiIqHlUr1TKk=";
hash = "sha256-9SghBr+vyXrzB+zq+J0hRMVIom4mb4x0xBSqS4EqhVM=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];