From 1910c9c476acb0a1e7f57530a0e7e74aa1d48253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 8 Feb 2026 05:26:22 +0100 Subject: [PATCH] searxng: 0-unstable-2026-01-30 -> 0-unstable-2026-02-06 --- pkgs/by-name/se/searxng/package.nix | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/pkgs/by-name/se/searxng/package.nix b/pkgs/by-name/se/searxng/package.nix index 91f71a07f0a8..bfdd09d8538c 100644 --- a/pkgs/by-name/se/searxng/package.nix +++ b/pkgs/by-name/se/searxng/package.nix @@ -13,29 +13,19 @@ in python.pkgs.toPythonModule ( python.pkgs.buildPythonApplication rec { pname = "searxng"; - version = "0-unstable-2026-01-30"; + version = "0-unstable-2026-02-06"; pyproject = true; src = fetchFromGitHub { owner = "searxng"; repo = "searxng"; - rev = "ad42b553bf80e645f4a5cddf7d9391a501d12371"; - hash = "sha256-ZHMJ3Ns27tiF/ez4XVNVOkdMw7Rc6xCaJphewttM914="; + rev = "b5bb27f231e5f24b3985cd7cbd3f371486c21a11"; + hash = "sha256-y52R+MzPCa0zo52hZ/wnBacLLbF9k6P8UeVFobR+uUQ="; }; nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ]; - pythonRelaxDeps = [ - "certifi" - "flask" - "flask-babel" - "httpx-socks" - "lxml" - "markdown-it-py" - "msgspec" - "typer-slim" - "whitenoise" - ]; + pythonRelaxDeps = true; preBuild = let