searxng: 0-unstable-2025-10-17 -> 0-unstable-2025-10-23

This commit is contained in:
R. Ryantm
2025-10-23 08:21:19 +00:00
parent fedf897f2a
commit ce9d71d3e0
+3 -3
View File
@@ -13,14 +13,14 @@ in
python.pkgs.toPythonModule (
python.pkgs.buildPythonApplication rec {
pname = "searxng";
version = "0-unstable-2025-10-17";
version = "0-unstable-2025-10-23";
pyproject = true;
src = fetchFromGitHub {
owner = "searxng";
repo = "searxng";
rev = "57622793bf80b90a651a566178ae139f64ea5d93";
hash = "sha256-LKv/WS8aAgD8s1T7aHeHrkDMVy/E5FiuJEoM+80KLb4=";
rev = "e363db970c77e9cab8f3611bb6b6f8a59646a035";
hash = "sha256-phJRQ+euSTEmsn1wS5dgO8UPwAJ8cr8ov3K3fSzWQVA=";
};
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];