credhub-cli: 2.9.42 -> 2.9.43

This commit is contained in:
R. Ryantm
2025-03-04 00:48:26 +00:00
parent 789d5d0633
commit 37d557ee3d
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.42";
version = "2.9.43";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-VszKDdLXvcXNXUyCWc+FQnzM3gaOLwnXn0bEV2Obe8M=";
sha256 = "sha256-w3TGXv5Lz5yQiyYQZHGEncljDd54f8GfkKQoC51hQVU=";
};
# these tests require network access that we're not going to give them