Skip to content

Commit

Permalink
Merge pull request #263341 from r-ryantm/auto-update/crowdin-cli
Browse files Browse the repository at this point in the history
crowdin-cli: 3.14.0 -> 3.15.0
  • Loading branch information
DamienCassou authored Oct 26, 2023
2 parents 0f13917 + a085559 commit 5c7aa4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/text/crowdin-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
pname = "crowdin-cli";
version = "3.14.0";
version = "3.15.0";

src = fetchurl {
url = "https://github.com/crowdin/${pname}/releases/download/${version}/${pname}.zip";
hash = "sha256-Yb4zORtmEgZGu9h05/t4sQ6eTljHba89JZKh7vzIp2Q=";
hash = "sha256-ky+JNRay9VNscCXeGiSOIZlLKEcKv95TW/Kx2UtD1hA=";
};

nativeBuildInputs = [ installShellFiles makeWrapper unzip ];
Expand Down

0 comments on commit 5c7aa4a

Please sign in to comment.