File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313python . pkgs . toPythonModule (
1414 python . pkgs . buildPythonApplication rec {
1515 pname = "searxng" ;
16- version = "0-unstable-2026-01-30 " ;
16+ version = "0-unstable-2026-02-16 " ;
1717 pyproject = true ;
1818
1919 src = fetchFromGitHub {
2020 owner = "searxng" ;
2121 repo = "searxng" ;
22- rev = "ad42b553bf80e645f4a5cddf7d9391a501d12371 " ;
23- hash = "sha256-ZHMJ3Ns27tiF/ez4XVNVOkdMw7Rc6xCaJphewttM914 =" ;
22+ rev = "8e824017dc88cebe5a42ee6ca04315ca9545f717 " ;
23+ hash = "sha256-9B6Oel6yfiQS5uY1jjU+BHkP13HgJubCcE2g6YJiNeY =" ;
2424 } ;
2525
2626 nativeBuildInputs = with python . pkgs ; [ pythonRelaxDepsHook ] ;
2727
28- pythonRelaxDeps = [
29- "certifi"
30- "flask"
31- "flask-babel"
32- "httpx-socks"
33- "lxml"
34- "msgspec"
35- "typer-slim"
36- "whitenoise"
37- ] ;
28+ pythonRelaxDeps = true ;
3829
3930 preBuild =
4031 let
@@ -76,7 +67,7 @@ python.pkgs.toPythonModule (
7667 python-dateutil
7768 pyyaml
7869 sniffio
79- typer-slim
70+ typer
8071 typing-extensions
8172 valkey
8273 whitenoise
You can’t perform that action at this time.
0 commit comments