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

credhub-cli: 2.9.19 -> 2.9.22
This commit is contained in:
Nick Cao 2023-10-25 09:27:37 -04:00 committed by GitHub
commit 4fd70ddf76
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.19";
version = "2.9.22";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-7Bmw3rJbb+Ae6gvVROz7hADDrGr8eiZX6g+ZpWSd99k=";
sha256 = "sha256-snQLZ/bHYDdC62Ti1E4zUmBHR8TtrKCx0BC2i6GAfdE=";
};
# these tests require network access that we're not going to give them