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

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

bosh-cli: 7.5.2 -> 7.5.4
parents 41356f19 fe2d3875
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.5.2";
  version = "7.5.4";

  src = fetchFromGitHub {
    owner = "cloudfoundry";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-gT0Oivo5QE+pr5PpD/7JAj8oYF9UmSi5F6Ps8RtACzc=";
    sha256 = "sha256-aNzKp7QwyhC/ado0NrCyxrRZu+ePGBNSq31/Iw6k6n0=";
  };
  vendorHash = null;