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

crowdin-cli: 3.19.1 -> 3.19.2
This commit is contained in:
Damien Cassou 2024-04-06 12:09:41 +00:00 committed by GitHub
commit e806fb4f5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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