credhub-cli: 2.9.38 -> 2.9.39

This commit is contained in:
R. Ryantm
2024-12-08 14:28:09 +00:00
parent 0bc7caf6ff
commit 4d51cb2b1b
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.38";
version = "2.9.39";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-xSjT+h85/ZknwTTLUhC9GWrCRN9VHMQBM6WuHX3ldq4=";
sha256 = "sha256-JILXoad086dMfHZEq+YqzVhKzE++MgOcMS+oUi3xsh0=";
};
# these tests require network access that we're not going to give them