Skip to content

Commit 66c31c8

Browse files
searxng: 0-unstable-2026-02-06 -> 0-unstable-2026-02-16
(cherry picked from commit 342e1fc)
1 parent 8773fe4 commit 66c31c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ in
1313
python.pkgs.toPythonModule (
1414
python.pkgs.buildPythonApplication rec {
1515
pname = "searxng";
16-
version = "0-unstable-2026-02-06";
16+
version = "0-unstable-2026-02-16";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "searxng";
2121
repo = "searxng";
22-
rev = "b5bb27f231e5f24b3985cd7cbd3f371486c21a11";
23-
hash = "sha256-y52R+MzPCa0zo52hZ/wnBacLLbF9k6P8UeVFobR+uUQ=";
22+
rev = "8e824017dc88cebe5a42ee6ca04315ca9545f717";
23+
hash = "sha256-9B6Oel6yfiQS5uY1jjU+BHkP13HgJubCcE2g6YJiNeY=";
2424
};
2525

2626
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
@@ -67,7 +67,7 @@ python.pkgs.toPythonModule (
6767
python-dateutil
6868
pyyaml
6969
sniffio
70-
typer-slim
70+
typer
7171
typing-extensions
7272
valkey
7373
whitenoise

0 commit comments

Comments
 (0)