From fb5551e1840b56194fcf73ceccb4a3e77383e814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 13 Oct 2025 18:36:49 +0200 Subject: [PATCH] searxng: 0-unstable-2025-09-11 -> 0-unstable-2025-10-13 Changelog: https://github.com/searxng/searxng/compare/7c1ebc01489a5b96d4abb0ad9c1180701eb4456c...c34bb612847ce4584f65077b104164993bfa88c5 --- pkgs/by-name/se/searxng/package.nix | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/se/searxng/package.nix b/pkgs/by-name/se/searxng/package.nix index 06be3a17c5f3..eac3c1e27d5d 100644 --- a/pkgs/by-name/se/searxng/package.nix +++ b/pkgs/by-name/se/searxng/package.nix @@ -13,27 +13,20 @@ in python.pkgs.toPythonModule ( python.pkgs.buildPythonApplication rec { pname = "searxng"; - version = "0-unstable-2025-09-11"; + version = "0-unstable-2025-10-13"; pyproject = true; src = fetchFromGitHub { owner = "searxng"; repo = "searxng"; - rev = "7c1ebc01489a5b96d4abb0ad9c1180701eb4456c"; - hash = "sha256-nOIt4PyO6DALz7gw5Hh1w1ZDyEAsQAVp4O/eFOLYZ0A="; + rev = "c34bb612847ce4584f65077b104164993bfa88c5"; + hash = "sha256-vs64ue9bI86kCrOUdy8Kddd2GTIYmveyy1XunEqPAtw="; }; nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ]; - pythonRelaxDeps = [ - "certifi" - "flask" - "flask-babel" - "httpx-socks" - "lxml" - "typer-slim" - "whitenoise" - ]; + # upstream pins every dependency + pythonRelaxDeps = true; preBuild = let