about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-30 06:52:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-30 06:52:23 +0000
commit60706045e7d96358d7d9532dae92127a97702d13 (patch)
tree19c13e7fa55d9ef7b070e986ccfc7bfe8addb788 /pkgs/tools/admin
parent58c85835512b0db938600b6fe13cc3e3dc4b364e (diff)
credhub-cli: 2.9.15 -> 2.9.16
Diffstat (limited to 'pkgs/tools/admin')
-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 d7e2af079fd1b..c85116abaf784 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.15";
+  version = "2.9.16";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry-incubator";
     repo = "credhub-cli";
     rev = version;
-    sha256 = "sha256-0cs2ChbhUHvjHOGVv/wazo8g5f5JWuDKHJkKLC6Qp4g=";
+    sha256 = "sha256-NfGS5kUfmv1djYMqB1HrNFgM2cBfW4EZHrkxhwmBWKQ=";
   };
 
   # these tests require network access that we're not going to give them