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

bosh-cli: 7.4.0 -> 7.4.1
This commit is contained in:
Robert Scott 2023-10-29 18:55:47 +00:00 committed by GitHub
commit a5580ed3e3
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 = "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;