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

credhub-cli: 2.9.4 -> 2.9.5
This commit is contained in:
Robert Scott
2022-10-13 22:12:31 +01:00
committed by GitHub

View File

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