credhub-cli: 2.9.31 -> 2.9.33

This commit is contained in:
R. Ryantm 2024-06-21 00:33:39 +00:00
parent 3d37622cff
commit ba0dd2b1ff

View File

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