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

bosh-cli: 7.7.0 -> 7.7.1 (#339432)

parents fe49e88d 227b4122
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
buildGoModule rec {
  pname = "bosh-cli";

  version = "7.7.0";
  version = "7.7.1";

  src = fetchFromGitHub {
    owner = "cloudfoundry";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-z3nC9h8kSQYukIVrcdtUiGyHIUl5W6r43RC7l40Vlwo=";
    sha256 = "sha256-Bs7bKB9P6TzlH4ztXFsQ1Q81nxNR5n6cuZ6Ap23nLUw=";
  };
  vendorHash = null;