credhub-cli: 2.9.22 -> 2.9.24

This commit is contained in:
R. Ryantm 2023-12-14 03:15:32 +00:00
parent cfb8505a8f
commit 14a5c97681

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