Skip to content

Commit 62666c0

Browse files
[25.11] searxng: 0-unstable-2026-01-30 -> 0-unstable-2026-02-06 -> 0-unstable-2026-02-16 (#491181)
2 parents edd379d + 66c31c8 commit 62666c0

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

pkgs/by-name/se/searxng/package.nix

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,19 @@ in
1313
python.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

0 commit comments

Comments
 (0)