Loading pkgs/tools/text/crowdin-cli/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,11 +14,11 @@ stdenv.mkDerivation rec { pname = "crowdin-cli"; version = "4.1.2"; version = "4.2.0"; src = fetchurl { url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip"; hash = "sha256-D0wx570pU1FuyoQ62ZPN1v9jC9tRrJuuQet8D8w2v+M="; hash = "sha256-158zbgYw4FP/vQVsSs9tt9VcisBWpRn/D4ORiM24PYY="; }; nativeBuildInputs = [ installShellFiles makeWrapper unzip ]; Loading Loading
pkgs/tools/text/crowdin-cli/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -14,11 +14,11 @@ stdenv.mkDerivation rec { pname = "crowdin-cli"; version = "4.1.2"; version = "4.2.0"; src = fetchurl { url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip"; hash = "sha256-D0wx570pU1FuyoQ62ZPN1v9jC9tRrJuuQet8D8w2v+M="; hash = "sha256-158zbgYw4FP/vQVsSs9tt9VcisBWpRn/D4ORiM24PYY="; }; nativeBuildInputs = [ installShellFiles makeWrapper unzip ]; Loading