filebeat8: pin updateScript to major v8

This commit is contained in:
Sarah Brofeldt
2025-01-27 10:09:18 +01:00
parent 852ff1d9e1
commit e31b0dabea
+1 -1
View File
@@ -29,7 +29,7 @@ buildGoModule rec {
doInstallCheck = true;
passthru = {
updateScript = nix-update-script { };
updateScript = nix-update-script { extraArgs = [ "--version-regex=v(8\..*)" ]; };
};
meta = {