Unverified Commit 6fe1b9ad authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

searxng: 0-unstable-2025-09-11 -> 0-unstable-2025-10-13 (#451722)

parents 72b08075 fb5551e1
Loading
Loading
Loading
Loading
+5 −12
Original line number Diff line number Diff line
@@ -13,27 +13,20 @@ in
python.pkgs.toPythonModule (
  python.pkgs.buildPythonApplication rec {
    pname = "searxng";
    version = "0-unstable-2025-09-11";
    version = "0-unstable-2025-10-13";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "7c1ebc01489a5b96d4abb0ad9c1180701eb4456c";
      hash = "sha256-nOIt4PyO6DALz7gw5Hh1w1ZDyEAsQAVp4O/eFOLYZ0A=";
      rev = "c34bb612847ce4584f65077b104164993bfa88c5";
      hash = "sha256-vs64ue9bI86kCrOUdy8Kddd2GTIYmveyy1XunEqPAtw=";
    };

    nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];

    pythonRelaxDeps = [
      "certifi"
      "flask"
      "flask-babel"
      "httpx-socks"
      "lxml"
      "typer-slim"
      "whitenoise"
    ];
    # upstream pins every dependency
    pythonRelaxDeps = true;

    preBuild =
      let