credhub-cli: 2.9.44 -> 2.9.45

This commit is contained in:
R. Ryantm
2025-04-25 20:14:55 +00:00
parent 5525a6aace
commit f4482d41cc

View File

@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.44";
version = "2.9.45";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-5963iZ7fDNs+J96+GSoGcjKLCqu8u3obAWE9+9oEBGU=";
sha256 = "sha256-WOiUA2Bk6/ymV2wqPu4a4x0SL1TZXsZOTALta8ZMu6I=";
};
# these tests require network access that we're not going to give them