about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-05 09:05:26 -0500
committerGitHub <noreply@github.com>2023-11-05 09:05:26 -0500
commit22460f01c0bd6bfa666439ecc205e44fc0c70d83 (patch)
tree63487694f99fa039a3870fbaf425f708d848ea0c /pkgs/tools/misc
parent6094a3e43c7dd5188316b4f055bf7636507f90db (diff)
parent5bc972bd6e6206a40d08dbb54069f92a223001a7 (diff)
downloadnixlib-22460f01c0bd6bfa666439ecc205e44fc0c70d83.tar
nixlib-22460f01c0bd6bfa666439ecc205e44fc0c70d83.tar.gz
nixlib-22460f01c0bd6bfa666439ecc205e44fc0c70d83.tar.bz2
nixlib-22460f01c0bd6bfa666439ecc205e44fc0c70d83.tar.lz
nixlib-22460f01c0bd6bfa666439ecc205e44fc0c70d83.tar.xz
nixlib-22460f01c0bd6bfa666439ecc205e44fc0c70d83.tar.zst
nixlib-22460f01c0bd6bfa666439ecc205e44fc0c70d83.zip
Merge pull request #265598 from r-ryantm/auto-update/phrase-cli
phrase-cli: 2.12.0 -> 2.15.0
Diffstat (limited to 'pkgs/tools/misc')
-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 51daa59b19ef..6fa60d1aa0f7 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.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}" ];