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

bosh-cli: 7.2.3 -> 7.2.4
This commit is contained in:
Weijia Wang 2023-06-29 10:21:19 +03:00 committed by GitHub
commit 0c8754ba02
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.2.3";
version = "7.2.4";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-sN6+hPH+VziXs94RkPdPlg6TKo/as4xC8Gd8MxAKluk=";
sha256 = "sha256-LVDWgyIBVp7UVnEuQ42eVfxDZB3BZn5InnPX7WN6MrA=";
};
vendorHash = null;