Skip to content

Commit

Permalink
lokalise2-cli: 2.6.14 -> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 5, 2024
1 parent 63f559c commit 3b26252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/lokalise2-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "lokalise2-cli";
version = "2.6.14";
version = "3.0.0";

src = fetchFromGitHub {
owner = "lokalise";
repo = "lokalise-cli-2-go";
rev = "v${version}";
sha256 = "sha256-kj0tkI87pgYdJNlQXCRpVhg7IjvWTDBDeXqePO0HZNo=";
sha256 = "sha256-kCD7PovmEU27q9zhXypOHiCy3tHipvuCLVHRcxjHObM=";
};

vendorHash = "sha256-P7AqMSV05UKeiUqWBxCOlLwMJcAtp0lpUC+eoE3JZFM=";
vendorHash = "sha256-SDI36+35yFy7Fp+VrnQMyIDUY1kM2tylwdS3I9E2vyk=";

doCheck = false;

Expand Down

0 comments on commit 3b26252

Please sign in to comment.