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

credhub-cli: 2.9.35 -> 2.9.36
This commit is contained in:
Nick Cao 2024-08-18 09:51:32 -04:00 committed by GitHub
commit ddbf5ef4d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.35";
version = "2.9.36";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-MkiWvystndUVeMKQtpjg7FbLI7X4TdgSs4/uM3MkjcM=";
sha256 = "sha256-5jrVN0mFRLieKg92pWrBK89SiPr9A2Z8Rtzou4dRdOQ=";
};
# these tests require network access that we're not going to give them