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

credhub-cli: 2.9.29 -> 2.9.31
This commit is contained in:
Weijia Wang 2024-06-02 15:48:36 +02:00 committed by GitHub
commit 58b3929903
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.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