From 38f3573664a46300a60b60c39b456637e6104b60 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sat, 9 Apr 2022 13:14:17 +0100 Subject: [PATCH] credhub-cli: 2.9.1 -> 2.9.3 --- pkgs/tools/admin/credhub-cli/default.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pkgs/tools/admin/credhub-cli/default.nix b/pkgs/tools/admin/credhub-cli/default.nix index 844b65e0f6c3..841e63cae4ca 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