mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
credhub-cli: 2.9.28 -> 2.9.29
This commit is contained in:
parent
1f3ac32a1e
commit
10f4cecd5e
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "credhub-cli";
|
||||
version = "2.9.28";
|
||||
version = "2.9.29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cloudfoundry-incubator";
|
||||
repo = "credhub-cli";
|
||||
rev = version;
|
||||
sha256 = "sha256-2LHWbTvxE8awSUm33XocjWxrY8dosMEaCPOx85+tj4s=";
|
||||
sha256 = "sha256-6icF+Dg4IdCjeqcX058aewj702oCoch6VYqgdCVPoNc=";
|
||||
};
|
||||
|
||||
# these tests require network access that we're not going to give them
|
||||
|
Loading…
Reference in New Issue
Block a user