bosh-cli: 7.9.11 -> 7.9.13

This commit is contained in:
R. Ryantm
2025-10-23 14:18:51 +00:00
parent 106ab26a9b
commit d76312a35d
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "bosh-cli";
version = "7.9.11";
version = "7.9.13";
src = fetchFromGitHub {
owner = "cloudfoundry";
repo = "bosh-cli";
rev = "v${version}";
sha256 = "sha256-yODZexoUPs6CLyv/Wpy4lcNMYQVnS651ZJC0HEvEh1s=";
sha256 = "sha256-/9rtm1JdyfnCG60YeM9jJ0koeo0d1qfVJ8zHAHoBCGQ=";
};
vendorHash = null;