searxng: 0-unstable-2026-01-11 -> 0-unstable-2026-01-30 (#485721)

This commit is contained in:
Sandro
2026-02-08 03:50:33 +00:00
committed by GitHub
+3 -3
View File
@@ -13,14 +13,14 @@ in
python.pkgs.toPythonModule (
python.pkgs.buildPythonApplication rec {
pname = "searxng";
version = "0-unstable-2026-01-11";
version = "0-unstable-2026-01-30";
pyproject = true;
src = fetchFromGitHub {
owner = "searxng";
repo = "searxng";
rev = "cf74e1d9e9ad662aef450ddd79aedee43554dc3c";
hash = "sha256-hKnfZBPr8rJyZAYBtVXpyzXwBQqg2DPFwqzH08qCITs=";
rev = "ad42b553bf80e645f4a5cddf7d9391a501d12371";
hash = "sha256-ZHMJ3Ns27tiF/ez4XVNVOkdMw7Rc6xCaJphewttM914=";
};
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];