about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-26 10:54:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-26 10:54:39 +0000
commit1c3dd8a5e20d3b084af7b26147cfef065b8408bd (patch)
treee91f97ff6d7c9334d36728c19067b2b1ac2028f9 /pkgs
parent165090ed665fd56e1cabc4e2ac3b3b5524596a6a (diff)
phrase-cli: 2.24.0 -> 2.25.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/phrase-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/phrase-cli/default.nix b/pkgs/tools/misc/phrase-cli/default.nix
index c06b1d386768d..70b08aa96a928 100644
--- a/pkgs/tools/misc/phrase-cli/default.nix
+++ b/pkgs/tools/misc/phrase-cli/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "phrase-cli";
-  version = "2.24.0";
+  version = "2.25.0";
 
   src = fetchFromGitHub {
     owner = "phrase";
     repo = "phrase-cli";
     rev = version;
-    sha256 = "sha256-i1gf/xTdZaseUiu70i0Yh+DZlRoJjKYG1Q+D7uUyMl8=";
+    sha256 = "sha256-JVelz5I6HWgoqqkfNzb0DlAA4DsydBzdcxEIdKs24i4=";
   };
 
-  vendorHash = "sha256-+UjUk2Uf4ESHkUSM9X+a3fBF05cVsQ4JwPn93hbELLs=";
+  vendorHash = "sha256-8lqiseOJ8eDvY4J/MimKVvh5euHfOgQLjhKf7sPS6AE=";
 
   ldflags = [ "-X=github.com/phrase/phrase-cli/cmd.PHRASE_CLIENT_VERSION=${version}" ];