credhub-cli: 2.9.5 -> 2.9.6

This commit is contained in:
R. Ryantm 2022-10-20 07:59:26 +00:00
parent 260eb420a2
commit ba23355e0d

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.5";
version = "2.9.6";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-M2FIzLl1pQ/TJinG4UOh2VQWfZx4iT3Qw6pJhjv88cM=";
sha256 = "sha256-g7LJlMKwV3Cq0LEBPWPgzPJAp9W6bwVuuVVv/ZhuBSM=";
};
# these tests require network access that we're not going to give them