about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-14 09:37:15 -0500
committerGitHub <noreply@github.com>2023-12-14 09:37:15 -0500
commit522569f3acbf224c2feec8ca4fcfbdd0008a2128 (patch)
tree565b9773f87645a9bb6b322c9a15baf02f328976 /pkgs
parent4ccfac6ac265e7f8f5aa6a1faaa036c7e68745e3 (diff)
parent14a5c9768102581ae0ae9b0196031c68b70d9a79 (diff)
downloadnixlib-522569f3acbf224c2feec8ca4fcfbdd0008a2128.tar
nixlib-522569f3acbf224c2feec8ca4fcfbdd0008a2128.tar.gz
nixlib-522569f3acbf224c2feec8ca4fcfbdd0008a2128.tar.bz2
nixlib-522569f3acbf224c2feec8ca4fcfbdd0008a2128.tar.lz
nixlib-522569f3acbf224c2feec8ca4fcfbdd0008a2128.tar.xz
nixlib-522569f3acbf224c2feec8ca4fcfbdd0008a2128.tar.zst
nixlib-522569f3acbf224c2feec8ca4fcfbdd0008a2128.zip
Merge pull request #274132 from r-ryantm/auto-update/credhub-cli
credhub-cli: 2.9.22 -> 2.9.24
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 5b7aed1f125f..7b1bd3cd24a7 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.22";
+  version = "2.9.24";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry-incubator";
     repo = "credhub-cli";
     rev = version;
-    sha256 = "sha256-snQLZ/bHYDdC62Ti1E4zUmBHR8TtrKCx0BC2i6GAfdE=";
+    sha256 = "sha256-9SEdMK9KECte9QEfosju0PHxlDWwbQkn4QKi/XgFVuY=";
   };
 
   # these tests require network access that we're not going to give them