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

credhub-cli: 2.9.40 -> 2.9.41 (#370776)

parents 4215e120 90d26ba0
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.40";
  version = "2.9.41";

  src = fetchFromGitHub {
    owner = "cloudfoundry-incubator";
    repo = "credhub-cli";
    rev = version;
    sha256 = "sha256-9W/rn56RM+ooq18jCH/5m54bxAQWzcDsjx7V6T0J/yU=";
    sha256 = "sha256-BALeQbc4RCIh4b7kLZYEWe+dtSvP0WkkbRqoRbGSGZE=";
  };

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