Unverified Commit 2892581a authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

searxng: 0-unstable-2025-11-21 -> 0-unstable-2025-11-25 (#465874)

parents 44524662 2a928bca
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-2025-11-21";
    version = "0-unstable-2025-11-25";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "b876d0bed01422687f3f044658cab0afa9e0e19f";
      hash = "sha256-K9nGtWOkVksxmD/3QIiSt/uVCBBghxA6baCgqoVoaj0=";
      rev = "ebb9ea45715d655072400b2b5925f03ec96cf5eb";
      hash = "sha256-tRPaQcM7EzDuD4MOK4t81uY8mhl9lzvnC955CS7j/u8=";
    };

    nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];