searxng: 0-unstable-2026-04-11 -> 0-unstable-2026-05-16 (#512020)

This commit is contained in:
Sandro
2026-05-19 23:18:30 +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-04-11";
version = "0-unstable-2026-05-16";
pyproject = true;
src = fetchFromGitHub {
owner = "searxng";
repo = "searxng";
rev = "9e08a6771f196a2d47803e9fcdc6994fa6457509";
hash = "sha256-I9ghd2mWlujfldeh5LXLSSh5X6CsHu5zlzL8JCcREqk=";
rev = "dce3bb69bb45519bde01c610e09e45cd42fd896c";
hash = "sha256-QU0LyK9avVT67soPDRpjpYAX0oWoC3zl7PnvHk/w8No=";
};
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];