bosh-cli: 7.9.14 -> 7.9.15

This commit is contained in:
R. Ryantm
2025-12-06 06:29:36 +00:00
parent 9e31b6e2c4
commit eacaee0672
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "7.9.14";
version = "7.9.15";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = "bosh-cli";
rev = "v${version}";
sha256 = "sha256-Chsnok59Q0lmYa9J8XGX3SlDsUjRoUcPArLVHTGkt3k=";
sha256 = "sha256-+dkRPK4RFVainDa4SNiA9B14uz3vaIfAjv09T3dDGIw=";
};
vendorHash = null;