credhub-cli: 2.9.15 -> 2.9.16
This commit is contained in:
parent
58c8583551
commit
60706045e7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "credhub-cli";
|
pname = "credhub-cli";
|
||||||
version = "2.9.15";
|
version = "2.9.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cloudfoundry-incubator";
|
owner = "cloudfoundry-incubator";
|
||||||
repo = "credhub-cli";
|
repo = "credhub-cli";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-0cs2ChbhUHvjHOGVv/wazo8g5f5JWuDKHJkKLC6Qp4g=";
|
sha256 = "sha256-NfGS5kUfmv1djYMqB1HrNFgM2cBfW4EZHrkxhwmBWKQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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