credhub-cli: 2.9.6 -> 2.9.8

This commit is contained in:
R. Ryantm 2022-11-11 00:47:52 +00:00 committed by Franz Pletz
parent 8cc2dcce7d
commit c1c640f123

View file

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