credhub-cli: 2.9.29 -> 2.9.31

This commit is contained in:
R. Ryantm 2024-06-01 17:52:24 +00:00
parent 61c1d28215
commit 1dce0d7928

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.29";
version = "2.9.31";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "sha256-6icF+Dg4IdCjeqcX058aewj702oCoch6VYqgdCVPoNc=";
sha256 = "sha256-pE+Xw5BuE+xJK7EkwB3nAy0w7PDVYApck+VHZ9O6Ua4=";
};
# these tests require network access that we're not going to give them