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

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

credhub-cli: 2.9.22 -> 2.9.24
parents 4ccfac6a 14a5c976
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.22";
  version = "2.9.24";

  src = fetchFromGitHub {
    owner = "cloudfoundry-incubator";
    repo = "credhub-cli";
    rev = version;
    sha256 = "sha256-snQLZ/bHYDdC62Ti1E4zUmBHR8TtrKCx0BC2i6GAfdE=";
    sha256 = "sha256-9SEdMK9KECte9QEfosju0PHxlDWwbQkn4QKi/XgFVuY=";
  };

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