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

crowdin-cli: 3.7.9 -> 3.7.10
This commit is contained in:
Jonas Heinrich 2022-08-14 16:44:21 +02:00 committed by GitHub
commit 91a403bdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
version = "3.7.9";
version = "3.7.10";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
sha256 = "sha256-goRqj/3BM7DPWlfJH9kgW9JQP1lGWQod6DO8fmcRPqc=";
sha256 = "sha256-beU4hLW5Dp4xbY0kaxuxLD2XmMXdxWEBbAH/G+B5dHU=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];