1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

crowdin-cli: 3.12.0 -> 3.13.0

This commit is contained in:
R. Ryantm 2023-06-22 00:58:57 +00:00
parent 43be38bd78
commit d51788a685

View file

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