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

searxng: 0-unstable-2025-11-25 -> 0-unstable-2026-01-11 (#480548)

parents 12d6fdd5 f180c68f
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@ in
python.pkgs.toPythonModule (
  python.pkgs.buildPythonApplication rec {
    pname = "searxng";
    version = "0-unstable-2025-11-25";
    version = "0-unstable-2026-01-11";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "ebb9ea45715d655072400b2b5925f03ec96cf5eb";
      hash = "sha256-tRPaQcM7EzDuD4MOK4t81uY8mhl9lzvnC955CS7j/u8=";
      rev = "cf74e1d9e9ad662aef450ddd79aedee43554dc3c";
      hash = "sha256-hKnfZBPr8rJyZAYBtVXpyzXwBQqg2DPFwqzH08qCITs=";
    };

    nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
@@ -31,9 +31,8 @@ python.pkgs.toPythonModule (
      "flask-babel"
      "httpx-socks"
      "lxml"
      "setproctitle"
      "msgspec"
      "typer-slim"
      "typing-extensions"
      "whitenoise"
    ];

@@ -62,9 +61,7 @@ python.pkgs.toPythonModule (
      with python.pkgs;
      [
        babel
        brotli
        certifi
        cryptography
        fasttext-predict
        flask
        flask-babel
@@ -78,9 +75,9 @@ python.pkgs.toPythonModule (
        pygments
        python-dateutil
        pyyaml
        setproctitle
        sniffio
        typer-slim
        uvloop
        typing-extensions
        valkey
        whitenoise
      ]