about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-27 11:13:27 -0500
committerGitHub <noreply@github.com>2024-01-27 11:13:27 -0500
commite0003258f7e403700b03cafad947fb0afa7c6512 (patch)
treee5c3440c10ef000fccdfc57969a27bc5d50a1314 /pkgs
parent8138e47046bf2c50b30f227408ae7dd4995fd509 (diff)
parent3ca7f93178210795a571f3debf8e75d19a409255 (diff)
downloadnixlib-e0003258f7e403700b03cafad947fb0afa7c6512.tar
nixlib-e0003258f7e403700b03cafad947fb0afa7c6512.tar.gz
nixlib-e0003258f7e403700b03cafad947fb0afa7c6512.tar.bz2
nixlib-e0003258f7e403700b03cafad947fb0afa7c6512.tar.lz
nixlib-e0003258f7e403700b03cafad947fb0afa7c6512.tar.xz
nixlib-e0003258f7e403700b03cafad947fb0afa7c6512.tar.zst
nixlib-e0003258f7e403700b03cafad947fb0afa7c6512.zip
Merge pull request #284110 from r-ryantm/auto-update/credhub-cli
credhub-cli: 2.9.24 -> 2.9.25
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/admin/credhub-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/credhub-cli/default.nix b/pkgs/tools/admin/credhub-cli/default.nix
index 7b1bd3cd24a7..f53258574808 100644
--- a/pkgs/tools/admin/credhub-cli/default.nix
+++ b/pkgs/tools/admin/credhub-cli/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "credhub-cli";
-  version = "2.9.24";
+  version = "2.9.25";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry-incubator";
     repo = "credhub-cli";
     rev = version;
-    sha256 = "sha256-9SEdMK9KECte9QEfosju0PHxlDWwbQkn4QKi/XgFVuY=";
+    sha256 = "sha256-QGsnNQvER5IaWY4Zh9sFa7eOeLnDdNDrLLpwgBALGm8=";
   };
 
   # these tests require network access that we're not going to give them