credhub-cli: 2.9.19 -> 2.9.22

This commit is contained in:
R. Ryantm 2023-10-25 06:06:47 +00:00
parent 6c5458cf32
commit 253dc7cc1c

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