Skip to content

Commit

Permalink
Merge pull request #303988 from r-ryantm/auto-update/phrase-cli
Browse files Browse the repository at this point in the history
phrase-cli: 2.23.1 -> 2.23.2
  • Loading branch information
NickCao authored Apr 14, 2024
2 parents 189eeaa + 816ec8c commit f525f59
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.23.1";
version = "2.23.2";

src = fetchFromGitHub {
owner = "phrase";
repo = "phrase-cli";
rev = version;
sha256 = "sha256-5VoRl7pA37QJkgQ6ClyTC6Ya4ZLuVs6aqiAwk1kBFMY=";
sha256 = "sha256-CzDkIFlStfCJpF82pqD8hTxbjH9Nu+0/uygTR0xxxV4=";
};

vendorHash = "sha256-31QMyqJcyWYIq12EA/B0tip70yixFAi7EqIeeo11ZS8=";
vendorHash = "sha256-r07nHJqFWHAMTkmQmy0/jK7N/lDzpnHqmuGTG1FTUiI=";

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

Expand Down

0 comments on commit f525f59

Please sign in to comment.