about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-29 20:56:07 -0600
committerGitHub <noreply@github.com>2023-07-29 20:56:07 -0600
commit88f50c677e3c8c4c90a7d3826c992dfe4748cb01 (patch)
tree56f641da3aac7285d0be7acd6cef40674a3f12a1
parentec334873be62396cb7f128bf335761d9f7f3fd81 (diff)
parent4dfdcda6a0e7a8af9b813d6271b52803ddf42559 (diff)
Merge pull request #246124 from r-ryantm/auto-update/credhub-cli
credhub-cli: 2.9.17 -> 2.9.18
-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 c2849d6afd4ca..78d9e1d0fbcd6 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.17";
+  version = "2.9.18";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry-incubator";
     repo = "credhub-cli";
     rev = version;
-    sha256 = "sha256-sxIyiUw5bI2M5mndjt6l5i5WJej24mMdmXrV5MbwTY8=";
+    sha256 = "sha256-Fr9hV8mPBIid/5jR5u6jiGjr7a9HbSVCaReXx9jGo/Q=";
   };
 
   # these tests require network access that we're not going to give them