Unverified Commit 0c367d64 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

bosh-cli: 7.8.2 -> 7.8.5 (#367808)

parents eefc408e ed0277da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
buildGoModule rec {
  pname = "bosh-cli";

  version = "7.8.2";
  version = "7.8.5";

  src = fetchFromGitHub {
    owner = "cloudfoundry";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ABoqJr2HDhox1ylTvAf5sQkYYzEWAnmXWavw0jXrRgo=";
    sha256 = "sha256-8uxl8h7EAhLo4BMLPbtQdxK5kNe9fv1PbViBELJZXKY=";
  };
  vendorHash = null;