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

credhub-cli: 2.9.22 -> 2.9.24
This commit is contained in:
Nick Cao
2023-12-14 09:37:15 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.22";
version = "2.9.24";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-snQLZ/bHYDdC62Ti1E4zUmBHR8TtrKCx0BC2i6GAfdE=";
sha256 = "sha256-9SEdMK9KECte9QEfosju0PHxlDWwbQkn4QKi/XgFVuY=";
};
# these tests require network access that we're not going to give them