credhub-cli: 2.9.9 -> 2.9.13

This commit is contained in:
R. Ryantm 2023-04-19 05:41:13 +00:00
parent 8d9f42c3a2
commit 6a23dd8af6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.9";
version = "2.9.13";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-hqmPv+/TNGzI9yMB7AnK7UOw6MI0jeII8A5KSIlulyk=";
sha256 = "sha256-6ZTuWlF+yPDfvCLJpfOyRgikCzG1vcMP983/MWZdchM=";
};
# these tests require network access that we're not going to give them
@ -18,7 +18,7 @@ buildGoModule rec {
'';
__darwinAllowLocalNetworking = true;
vendorSha256 = null;
vendorHash = null;
ldflags = [
"-s"