Unverified Commit 27a08225 authored by Aadniz's avatar Aadniz Committed by GitHub
Browse files

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

Update SearXNG to 2026-03-02, and add python requirement `cloudscraper` as seen in commit: https://github.com/searxng/searxng/commit/c3e3d2d85de1d82ecb6bbde469c1961306c268f7
parent b804b6b9
Loading
Loading
Loading
Loading
+4 −3
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-02-22";
    version = "0-unstable-2026-03-02";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "5054e69844cbedfa0f5184955d662d944bcd35c1";
      hash = "sha256-JfkBDKggxJwdhLMaFBSlzYyE/6+U9j7i9e83jqGr5Tc=";
      rev = "dd98f761ad393e9efce113bfe56cfd40aa10ed2a";
      hash = "sha256-LSNStNZZddtWYbppPL4pNqT0oVcem/FLZFhk1DELG84=";
    };

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