Unverified Commit 972d27f4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

credhub-cli: 2.9.47 -> 2.9.48 (#426537)

parents 1cc59e4d fb0ef473
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "credhub-cli";
  version = "2.9.47";
  version = "2.9.48";

  src = fetchFromGitHub {
    owner = "cloudfoundry-incubator";
    repo = "credhub-cli";
    rev = version;
    sha256 = "sha256-3/CYwgdGOFkiGNsWrIGbHGK/iSJxz6KRneTdaJT6i24=";
    sha256 = "sha256-jZmnun7EkCWiWq8i+9cgn/2ffxt9VbVf0DxYHKgwNqg=";
  };

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