Merge pull request #310363 from r-ryantm/auto-update/credhub-cli
credhub-cli: 2.9.29 -> 2.9.31
This commit is contained in:
commit
58b3929903
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "credhub-cli";
|
pname = "credhub-cli";
|
||||||
version = "2.9.29";
|
version = "2.9.31";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cloudfoundry-incubator";
|
owner = "cloudfoundry-incubator";
|
||||||
repo = "credhub-cli";
|
repo = "credhub-cli";
|
||||||
rev = version;
|
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
|
# these tests require network access that we're not going to give them
|
||||||
|
Loading…
Reference in New Issue
Block a user