Merge pull request #288903 from r-ryantm/auto-update/credhub-cli

credhub-cli: 2.9.25 -> 2.9.26
This commit is contained in:
Nick Cao 2024-02-15 08:55:39 -05:00 committed by GitHub
commit 6cb732413c
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.25";
version = "2.9.26";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-QGsnNQvER5IaWY4Zh9sFa7eOeLnDdNDrLLpwgBALGm8=";
sha256 = "sha256-dohi1nlQniZnF3IL9lO2H6bkq4SaXoEnIat0KYR0lxg=";
};
# these tests require network access that we're not going to give them