Skip to content

Commit

Permalink
phrase-cli: 2.35.4 -> 2.35.5 (NixOS#372208)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 9, 2025
2 parents 97dc207 + 9098c95 commit 80caac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ph/phrase-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "phrase-cli";
version = "2.35.4";
version = "2.35.5";

src = fetchFromGitHub {
owner = "phrase";
repo = "phrase-cli";
rev = version;
sha256 = "sha256-PXeB4tSmRTPQDHG1YdXQ4GIotEsAV+kRUvyczamOtHc=";
sha256 = "sha256-hPaZquiOcvRfWXG9nCKTvy7sPMueH/G/ikmdo87/0pg=";
};

vendorHash = "sha256-iJ2QXLP3XYyPXKTY3879LwyjXL+Ifv7H8ibgfTBiaoA=";
vendorHash = "sha256-2IgEkRgHxFagNQ7qgT2GchukALxjkCkkcGlyzQTJUDQ=";

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

Expand Down

0 comments on commit 80caac4

Please sign in to comment.