credhub-cli: 2.9.16 -> 2.9.17
This commit is contained in:
parent
1ec715f3a4
commit
4c0c2ab53a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "credhub-cli";
|
pname = "credhub-cli";
|
||||||
version = "2.9.16";
|
version = "2.9.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cloudfoundry-incubator";
|
owner = "cloudfoundry-incubator";
|
||||||
repo = "credhub-cli";
|
repo = "credhub-cli";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-NfGS5kUfmv1djYMqB1HrNFgM2cBfW4EZHrkxhwmBWKQ=";
|
sha256 = "sha256-sxIyiUw5bI2M5mndjt6l5i5WJej24mMdmXrV5MbwTY8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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 a new issue