credhub-cli: 2.9.46 -> 2.9.47

This commit is contained in:
R. Ryantm
2025-06-19 20:20:57 +00:00
parent 2576cf9ca3
commit 740d549a35
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.46";
version = "2.9.47";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-g5Wa+noAcip4My8epfzLZos1wo/J85v5x0G2rwgJLtE=";
sha256 = "sha256-3/CYwgdGOFkiGNsWrIGbHGK/iSJxz6KRneTdaJT6i24=";
};
# these tests require network access that we're not going to give them