From 5ac0f43972aad7c113cdca2d5c1eada46318b5f5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 17 Oct 2025 09:03:43 +0000 Subject: [PATCH 1/2] searxng: 0-unstable-2025-10-13 -> 0-unstable-2025-10-17 --- pkgs/by-name/se/searxng/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/se/searxng/package.nix b/pkgs/by-name/se/searxng/package.nix index eac3c1e27d5d..7eda4bf32f0f 100644 --- a/pkgs/by-name/se/searxng/package.nix +++ b/pkgs/by-name/se/searxng/package.nix @@ -13,14 +13,14 @@ in python.pkgs.toPythonModule ( python.pkgs.buildPythonApplication rec { pname = "searxng"; - version = "0-unstable-2025-10-13"; + version = "0-unstable-2025-10-17"; pyproject = true; src = fetchFromGitHub { owner = "searxng"; repo = "searxng"; - rev = "c34bb612847ce4584f65077b104164993bfa88c5"; - hash = "sha256-vs64ue9bI86kCrOUdy8Kddd2GTIYmveyy1XunEqPAtw="; + rev = "57622793bf80b90a651a566178ae139f64ea5d93"; + hash = "sha256-LKv/WS8aAgD8s1T7aHeHrkDMVy/E5FiuJEoM+80KLb4="; }; nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ]; From bc8a13da0b88956bb34d2ceb3147127be90e9aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9B=A7-440729=20=5Bsophie=5D?= Date: Mon, 20 Oct 2025 09:37:38 +0200 Subject: [PATCH 2/2] nixosTests.searx: fix fancy test --- nixos/tests/searx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/searx.nix b/nixos/tests/searx.nix index 18199e6db3ed..71a9750ac275 100644 --- a/nixos/tests/searx.nix +++ b/nixos/tests/searx.nix @@ -97,7 +97,7 @@ "${pkgs.curl}/bin/curl --fail http://localhost/searx >&2" ) fancy.succeed( - "${pkgs.curl}/bin/curl --fail http://localhost/searx/static/themes/simple/js/leaflet.js >&2" + "${pkgs.curl}/bin/curl --fail http://localhost/searx/static/themes/simple/js/searxng.core.min.js >&2" ) ''; }