crowdin-cli: 4.8.0 -> 4.9.0 (#424949)

This commit is contained in:
Damien Cassou 2025-07-14 10:21:56 +02:00 committed by GitHub
commit 6c47b2759e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,11 +14,11 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "crowdin-cli"; pname = "crowdin-cli";
version = "4.8.0"; version = "4.9.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip"; url = "https://github.com/crowdin/crowdin-cli/releases/download/${finalAttrs.version}/crowdin-cli.zip";
hash = "sha256-4+D1O+/32aYbZs1aKAEPuKq3IDmZho7oX+zERRrGMpw="; hash = "sha256-fPgcr0Gg0uIgDhnfowFp6K+NhtKdjThLd4yzjcZ78K4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [