about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-19 09:25:13 -0400
committerGitHub <noreply@github.com>2024-04-19 09:25:13 -0400
commit698ae9b6181fab3e5a85ca70c997d76478167ac1 (patch)
tree905ada23d1f336d777edd213bb4a60d705f6a09e /pkgs
parentb59946a5bae2e9db3f2924a41cc93b4f42d2bbb1 (diff)
parent10f4cecd5e857f771e995a88c176526599301f08 (diff)
Merge pull request #305175 from r-ryantm/auto-update/credhub-cli
credhub-cli: 2.9.28 -> 2.9.29
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 b4c79b8913b14..899b37e123954 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.28";
+  version = "2.9.29";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry-incubator";
     repo = "credhub-cli";
     rev = version;
-    sha256 = "sha256-2LHWbTvxE8awSUm33XocjWxrY8dosMEaCPOx85+tj4s=";
+    sha256 = "sha256-6icF+Dg4IdCjeqcX058aewj702oCoch6VYqgdCVPoNc=";
   };
 
   # these tests require network access that we're not going to give them