about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2024-07-22 19:26:05 +1000
committerGitHub <noreply@github.com>2024-07-22 14:56:05 +0530
commit4742394e5aaca73aa3abd94d6583afc1fa09cae8 (patch)
tree82fddf0505ea58167026c736b07a6e25622737c5
parent71a55fa4ce19365dc96a970a993c2532e0f8b170 (diff)
credhub-cli: 2.9.33 -> 2.9.35 (#326661)
-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 9e9f1247ef546..85dc04de5c7bd 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.33";
+  version = "2.9.35";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry-incubator";
     repo = "credhub-cli";
     rev = version;
-    sha256 = "sha256-39ag4gc9EEn1wc+QdEDOi9ZOU5ie/+E7yecNtgCxfEk=";
+    sha256 = "sha256-MkiWvystndUVeMKQtpjg7FbLI7X4TdgSs4/uM3MkjcM=";
   };
 
   # these tests require network access that we're not going to give them