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

crowdin-cli: 3.19.0 -> 3.19.1
This commit is contained in:
Nick Cao 2024-03-30 10:36:43 -04:00 committed by GitHub
commit 9e556b2ffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];