credhub-cli: 2.9.43 -> 2.9.44

This commit is contained in:
R. Ryantm
2025-03-17 01:00:19 +00:00
parent 8db87f2960
commit d4ded4fe4f
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.43";
version = "2.9.44";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-w3TGXv5Lz5yQiyYQZHGEncljDd54f8GfkKQoC51hQVU=";
sha256 = "sha256-5963iZ7fDNs+J96+GSoGcjKLCqu8u3obAWE9+9oEBGU=";
};
# these tests require network access that we're not going to give them