bosh-cli: 7.5.0 -> 7.5.1

This commit is contained in:
R. Ryantm 2023-12-13 08:33:07 +00:00
parent 9a32ae4cb4
commit 125c39688b

View file

@ -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;