credhub-cli: 2.9.37 -> 2.9.38 (#343941)

This commit is contained in:
Nick Cao 2024-09-23 09:48:19 -04:00 committed by GitHub
commit 6f84f33764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.37";
version = "2.9.38";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-BW6QMxBuiBmCE7ujpPc2sGEz0jkhEo0cPoa184Yx6/Q=";
sha256 = "sha256-xSjT+h85/ZknwTTLUhC9GWrCRN9VHMQBM6WuHX3ldq4=";
};
# these tests require network access that we're not going to give them