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

credhub-cli: 2.9.0 -> 2.9.1
This commit is contained in:
Robert Scott
2021-10-29 20:41:45 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "credhub-cli";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "cloudfoundry-incubator";
repo = "credhub-cli";
rev = version;
sha256 = "1j0i0b79ph2i52cj0qln8wvp6gwhl73akkn026h27vvmlw9sndc2";
sha256 = "sha256-2+KOf6VQ1jTXfFE+Ptd3iiOEhvENU0XUclQ+e85DpUo=";
};
patches = [