Commit e31b0dab authored by Sarah Brofeldt's avatar Sarah Brofeldt
Browse files

filebeat8: pin updateScript to major v8

parent 852ff1d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildGoModule rec {
  doInstallCheck = true;

  passthru = {
    updateScript = nix-update-script { };
    updateScript = nix-update-script { extraArgs = [ "--version-regex=v(8\..*)" ]; };
  };

  meta = {