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

bosh-cli: 7.1.0 -> 7.2.2
This commit is contained in:
Weijia Wang 2023-04-20 23:01:46 +03:00 committed by GitHub
commit c8662315a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,15 +8,15 @@
buildGoModule rec { buildGoModule rec {
pname = "bosh-cli"; pname = "bosh-cli";
version = "7.1.0"; version = "7.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloudfoundry"; owner = "cloudfoundry";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-wsCVeCAgZ2RPT6cle1YHB5CZdcPmKOVuUQlA5d3H7iI="; sha256 = "sha256-cSix1muhmPrL7fDGznkFAOAoArZoDvptli7uRo71Dlk=";
}; };
vendorSha256 = null; vendorHash = null;
postPatch = '' postPatch = ''
substituteInPlace cmd/version.go --replace '[DEV BUILD]' '${version}' substituteInPlace cmd/version.go --replace '[DEV BUILD]' '${version}'