Merge pull request #201696 from r-ryantm/auto-update/crowdin-cli

crowdin-cli: 3.9.0 -> 3.9.1
This commit is contained in:
Mario Rodas
2022-11-18 03:34:50 -05:00
committed by GitHub
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
version = "3.9.0";
version = "3.9.1";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
sha256 = "sha256-6km0hJKnSHyIkMZ0LznzzmK6KZ4kZBpI94XE5SZ4xxs=";
sha256 = "sha256-n5eDe29+HhH4YHNLzRhIpx2ceH1pw0TaXdTtVZYNT48=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];