about summary refs log tree commit diff
path: root/pkgs/tools/admin/credhub-cli
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-13 07:03:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-13 07:03:27 +0000
commit915e21c171827c5376ea8e35d89637719a7d31ac (patch)
treef9a4d3e3841028b7af67360fb0c245d7fe9cf379 /pkgs/tools/admin/credhub-cli
parent4b02f74d3c217ed2438b070d49c78b97593a0ede (diff)
credhub-cli: 2.9.4 -> 2.9.5
Diffstat (limited to 'pkgs/tools/admin/credhub-cli')
-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 30c16e4676d84..ed87e44daf5ea 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.4";
+  version = "2.9.5";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry-incubator";
     repo = "credhub-cli";
     rev = version;
-    sha256 = "sha256-vRzap9JiV6HzQJKVAByLPMCqADMufoool8Nuw2xu2L4=";
+    sha256 = "sha256-M2FIzLl1pQ/TJinG4UOh2VQWfZx4iT3Qw6pJhjv88cM=";
   };
 
   # these tests require network access that we're not going to give them