searxng: 0-unstable-2026-01-11 -> 0-unstable-2026-01-30

This commit is contained in:
R. Ryantm
2026-01-31 20:24:06 +00:00
parent 4fcece76d5
commit 1622051930
+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 ];