credhub-cli: 2.9.47 -> 2.9.48

This commit is contained in:
R. Ryantm 2025-07-19 00:37:23 +00:00
parent 78790dabd9
commit fb0ef4731e

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.47";
version = "2.9.48";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-3/CYwgdGOFkiGNsWrIGbHGK/iSJxz6KRneTdaJT6i24=";
sha256 = "sha256-jZmnun7EkCWiWq8i+9cgn/2ffxt9VbVf0DxYHKgwNqg=";
};
# these tests require network access that we're not going to give them