Unverified Commit 424dcb94 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

searxng: 0-unstable-2026-03-27 -> 0-unstable-2026-04-05 (#506931)

parents b6a81b2f 06f6d2f8
Loading
Loading
Loading
Loading
+3 −3
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-03-27";
    version = "0-unstable-2026-04-05";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "265858ee2bd983ac3872303e5c55d2cdda5e500a";
      hash = "sha256-G71XX6TAxeUk1Uw9HeeqK82wejnAE45qnWdQh117PDU=";
      rev = "474b0a55b0cb09a3bb6e18d5579836058b075584";
      hash = "sha256-xRI9JpF/Kx0DNZeGS1CW25j7DVq0fs6tlrGSjcl6k1Y=";
    };

    nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];