bosh-cli: 7.2.3 -> 7.2.4

This commit is contained in:
R. Ryantm 2023-06-28 23:25:41 +00:00
parent 773ac7c453
commit 06c31d6db9

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;