Unverified Commit e1b9f1f2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

searxng: 0-unstable-2026-01-30 -> 0-unstable-2026-02-06 (#488209)

parents 9c3d3782 1910c9c4
Loading
Loading
Loading
Loading
+4 −14
Original line number Diff line number Diff line
@@ -13,29 +13,19 @@ in
python.pkgs.toPythonModule (
  python.pkgs.buildPythonApplication rec {
    pname = "searxng";
    version = "0-unstable-2026-01-30";
    version = "0-unstable-2026-02-06";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "ad42b553bf80e645f4a5cddf7d9391a501d12371";
      hash = "sha256-ZHMJ3Ns27tiF/ez4XVNVOkdMw7Rc6xCaJphewttM914=";
      rev = "b5bb27f231e5f24b3985cd7cbd3f371486c21a11";
      hash = "sha256-y52R+MzPCa0zo52hZ/wnBacLLbF9k6P8UeVFobR+uUQ=";
    };

    nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];

    pythonRelaxDeps = [
      "certifi"
      "flask"
      "flask-babel"
      "httpx-socks"
      "lxml"
      "markdown-it-py"
      "msgspec"
      "typer-slim"
      "whitenoise"
    ];
    pythonRelaxDeps = true;

    preBuild =
      let