We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8773fe4 commit 66c31c8Copy full SHA for 66c31c8
1 file changed
pkgs/by-name/se/searxng/package.nix
@@ -13,14 +13,14 @@ in
13
python.pkgs.toPythonModule (
14
python.pkgs.buildPythonApplication rec {
15
pname = "searxng";
16
- version = "0-unstable-2026-02-06";
+ version = "0-unstable-2026-02-16";
17
pyproject = true;
18
19
src = fetchFromGitHub {
20
owner = "searxng";
21
repo = "searxng";
22
- rev = "b5bb27f231e5f24b3985cd7cbd3f371486c21a11";
23
- hash = "sha256-y52R+MzPCa0zo52hZ/wnBacLLbF9k6P8UeVFobR+uUQ=";
+ rev = "8e824017dc88cebe5a42ee6ca04315ca9545f717";
+ hash = "sha256-9B6Oel6yfiQS5uY1jjU+BHkP13HgJubCcE2g6YJiNeY=";
24
};
25
26
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
@@ -67,7 +67,7 @@ python.pkgs.toPythonModule (
67
python-dateutil
68
pyyaml
69
sniffio
70
- typer-slim
+ typer
71
typing-extensions
72
valkey
73
whitenoise
0 commit comments