Unverified Commit c8d358b3 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

credhub-cli: 2.9.13 -> 2.9.14
parents 5c27dc43 c5d5fb7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "credhub-cli";
  version = "2.9.13";
  version = "2.9.14";

  src = fetchFromGitHub {
    owner = "cloudfoundry-incubator";
    repo = "credhub-cli";
    rev = version;
    sha256 = "sha256-6ZTuWlF+yPDfvCLJpfOyRgikCzG1vcMP983/MWZdchM=";
    sha256 = "sha256-3RVVbZ3UvtM9JSGbjzC6bLq2DwQAOzF/lMaE74Cft2g=";
  };

  # these tests require network access that we're not going to give them