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

bosh-cli: 6.4.5 -> 6.4.6
This commit is contained in:
Robert Scott 2021-09-14 20:31:39 +01:00 committed by GitHub
commit b00dfcecd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "6.4.5";
version = "6.4.6";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/1JRje7SNrIsb3V1tq5ZW5zsURaQUzM/Jp3TMR0MfKw=";
sha256 = "sha256-MNM8gyi7L00OSf2EIEQFAlH7oMrcZSubf6tWcgJJMeQ=";
};
vendorSha256 = null;