Skip to content

Commit

Permalink
Merge pull request #265598 from r-ryantm/auto-update/phrase-cli
Browse files Browse the repository at this point in the history
phrase-cli: 2.12.0 -> 2.15.0
  • Loading branch information
NickCao authored Nov 5, 2023
2 parents 6094a3e + 5bc972b commit 22460f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/phrase-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "phrase-cli";
version = "2.12.0";
version = "2.15.0";

src = fetchFromGitHub {
owner = "phrase";
repo = "phrase-cli";
rev = version;
sha256 = "sha256-VGuVDlIn0SnE3ZHcYbfQ0lWESf0tEyb6CTk8G8jnRlg=";
sha256 = "sha256-/gNDuZ19uC7UjOFaPfNntQQ6H5e7VgxBHPD6eD4nSEM=";
};

vendorHash = "sha256-YzOPt02zbgT0wglWGEkUiDJhSNQnzazPs5nnNFDI0+g=";
vendorHash = "sha256-XBk4x3L6GJz1v6g46ODEOJN2J565O4IA8pOlhUD3bRE=";

ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];

Expand Down

0 comments on commit 22460f0

Please sign in to comment.