Unverified Commit 854d1c03 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

bosh-cli: 7.9.9 -> 7.9.10 (#436213)

parents 585affb2 9fe45f0a
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.9.9";
  version = "7.9.10";

  src = fetchFromGitHub {
    owner = "cloudfoundry";
    repo = "bosh-cli";
    rev = "v${version}";
    sha256 = "sha256-JfSZU+FgNseU8ZKlyPwiuE7Pplp0s0CKXELoTkIy7cc=";
    sha256 = "sha256-yflJofBc5B/G8nWGTKkLseGUIK2Hyl/PKve96LSIyDw=";
  };
  vendorHash = null;