Unverified Commit 949b76f0 authored by R. RyanTM's avatar R. RyanTM Committed by Sandro Jäckel
Browse files

searxng: 0-unstable-2026-03-02 -> 0-unstable-2026-03-10

parent 5e88cffa
Loading
Loading
Loading
Loading
+3 −4
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-2026-03-02";
    version = "0-unstable-2026-03-10";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "dd98f761ad393e9efce113bfe56cfd40aa10ed2a";
      hash = "sha256-LSNStNZZddtWYbppPL4pNqT0oVcem/FLZFhk1DELG84=";
      rev = "8b95b2058be41580270f1dc348847c3342ee129b";
      hash = "sha256-5IdfqWj4zOSnkvsssSJywKXrY18DO/zPKNLAJ19Jirk=";
    };

    nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
@@ -54,7 +54,6 @@ python.pkgs.toPythonModule (
        babel
        certifi
        cloudscraper
        fasttext-predict
        flask
        flask-babel
        httpx