Unverified Commit 6a8895f8 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

searxng: 0-unstable-2026-02-06 -> 0-unstable-2026-02-16 (#491057)

parents dd3547b0 342e1fcd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@ in
python.pkgs.toPythonModule (
  python.pkgs.buildPythonApplication rec {
    pname = "searxng";
    version = "0-unstable-2026-02-06";
    version = "0-unstable-2026-02-16";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "b5bb27f231e5f24b3985cd7cbd3f371486c21a11";
      hash = "sha256-y52R+MzPCa0zo52hZ/wnBacLLbF9k6P8UeVFobR+uUQ=";
      rev = "8e824017dc88cebe5a42ee6ca04315ca9545f717";
      hash = "sha256-9B6Oel6yfiQS5uY1jjU+BHkP13HgJubCcE2g6YJiNeY=";
    };

    nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
@@ -67,7 +67,7 @@ python.pkgs.toPythonModule (
        python-dateutil
        pyyaml
        sniffio
        typer-slim
        typer
        typing-extensions
        valkey
        whitenoise