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

credhub-cli: 2.9.3 -> 2.9.4
This commit is contained in:
superherointj 2022-08-28 19:23:17 -03:00 committed by GitHub
commit 9418f05730
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.3";
version = "2.9.4";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "1wjj14gx2phpbxs1433k3jkkc0isx5mzbm62rpvxbfd8a7f6n1l5";
sha256 = "sha256-vRzap9JiV6HzQJKVAByLPMCqADMufoool8Nuw2xu2L4=";
};
# these tests require network access that we're not going to give them