3
0
Fork 0
forked from mirrors/nixpkgs

crowdin-cli: 3.11.1 -> 3.12.0

This commit is contained in:
R. Ryantm 2023-06-02 05:00:40 +00:00
parent 2aa950b1df
commit 41be8364be

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "crowdin-cli";
version = "3.11.1";
version = "3.12.0";
src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
hash = "sha256-T2yQdy9HNy1Hp/iFLSlUqkssWONsg0ikHDMK1iPOIGY=";
hash = "sha256-Key8zmFpQibTTaxbZT6kd6re9EdJ3wgEj+WiLervJiE=";
};
nativeBuildInputs = [ installShellFiles makeWrapper unzip ];