bosh-cli: 7.9.16 -> 7.9.18

This commit is contained in:
R. Ryantm
2026-02-14 13:49:31 +00:00
parent 9a09eea96b
commit a628c8e879

View File

@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "bosh-cli";
version = "7.9.16";
version = "7.9.18";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = "bosh-cli";
rev = "v${finalAttrs.version}";
sha256 = "sha256-yzoqtubX2IeRP4Ee/YjzRmeAo2aqvfCiqsVkfKtzGFU=";
sha256 = "sha256-8bB1wOs4Ef6nR0d5Z6cmby6AiYSO90uBF6Hw6Q1UiWY=";
};
vendorHash = null;