Unverified Commit a5580ed3 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #264139 from r-ryantm/auto-update/bosh-cli

bosh-cli: 7.4.0 -> 7.4.1
parents c7b3a19d 88ea002e
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.4.0";
  version = "7.4.1";

  src = fetchFromGitHub {
    owner = "cloudfoundry";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Hxak76S3+i5G81Xv4wdFvR/+vg5Eh86YjeqRzNUmfh4=";
    sha256 = "sha256-T8fPD0i15U/PzDOAVP0sifLYFHr76jD1o7q+nn+N0cY=";
  };
  vendorHash = null;