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

credhub-cli: 2.9.24 -> 2.9.25
This commit is contained in:
Nick Cao 2024-01-27 11:13:27 -05:00 committed by GitHub
commit e0003258f7
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.24";
version = "2.9.25";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-9SEdMK9KECte9QEfosju0PHxlDWwbQkn4QKi/XgFVuY=";
sha256 = "sha256-QGsnNQvER5IaWY4Zh9sFa7eOeLnDdNDrLLpwgBALGm8=";
};
# these tests require network access that we're not going to give them