Merge pull request #226994 from r-ryantm/auto-update/credhub-cli

credhub-cli: 2.9.9 -> 2.9.13
This commit is contained in:
Weijia Wang 2023-04-20 23:13:00 +03:00 committed by GitHub
commit 73ea20332d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"