about summary refs log tree commit diff
path: root/pkgs/tools/admin/credhub-cli/default.nix
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-04-09 13:14:17 +0100
committerRobert Scott <code@humanleg.org.uk>2022-04-09 13:14:17 +0100
commit38f3573664a46300a60b60c39b456637e6104b60 (patch)
tree55a7a8a6ad0d0ef9d74dcc0e78ffb55d1d62419f /pkgs/tools/admin/credhub-cli/default.nix
parent2e8714c5fce5eda820dbc542afbf5a7e3f026aa2 (diff)
credhub-cli: 2.9.1 -> 2.9.3
Diffstat (limited to 'pkgs/tools/admin/credhub-cli/default.nix')
-rw-r--r--pkgs/tools/admin/credhub-cli/default.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/tools/admin/credhub-cli/default.nix b/pkgs/tools/admin/credhub-cli/default.nix
index 844b65e0f6c32..841e63cae4ca8 100644
--- a/pkgs/tools/admin/credhub-cli/default.nix
+++ b/pkgs/tools/admin/credhub-cli/default.nix
@@ -2,23 +2,15 @@
 
 buildGoModule rec {
   pname = "credhub-cli";
-  version = "2.9.1";
+  version = "2.9.3";
 
   src = fetchFromGitHub {
     owner = "cloudfoundry-incubator";
     repo = "credhub-cli";
     rev = version;
-    sha256 = "sha256-2+KOf6VQ1jTXfFE+Ptd3iiOEhvENU0XUclQ+e85DpUo=";
+    sha256 = "1wjj14gx2phpbxs1433k3jkkc0isx5mzbm62rpvxbfd8a7f6n1l5";
   };
 
-  patches = [
-    # Fix test with Go 1.15
-    (fetchpatch {
-        url = "https://github.com/cloudfoundry-incubator/credhub-cli/commit/4bd1accd513dc5e163e155c4b428878ca0bcedbc.patch";
-        sha256 = "180n3q3d19aw02q7xsn7dxck18jgndz5garj2mb056cwa7mmhw0j";
-    })
-  ];
-
   # these tests require network access that we're not going to give them
   postPatch = ''
     rm commands/api_test.go