crowdin-cli: 3.19.0 -> 3.19.1

This commit is contained in:
R. Ryantm 2024-03-30 06:18:45 +00:00
parent cd75d22750
commit a293bb51b9

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
version = "3.19.0";
version = "3.19.1";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
hash = "sha256-E8I5yWOEGZwiM3oHhmZhvppuCAWLDFx7X7DVfo29W+U=";
hash = "sha256-ydkVdPhd9c5VPI6T9i+/yfbLHjOGNJbMw02AJCyuTGs=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];