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

bosh-cli: 7.5.0 -> 7.5.1
This commit is contained in:
Nick Cao
2023-12-13 09:41:09 -05:00
committed by GitHub
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "7.5.0";
version = "7.5.1";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LWfS722V0ubh4QaUNuGwrvFsVAzA9Hd5xLlDfTG0PBs=";
sha256 = "sha256-rgqs7L0V4OFOfHZw6poS/DxcCgxmcKZAc3TAal7B8FA=";
};
vendorHash = null;