Unverified Commit bdf1151f authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

searxng: 0-unstable-2025-10-17 -> 0-unstable-2025-10-23 (#454820)

parents 733b3074 ce9d71d3
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-10-17";
    version = "0-unstable-2025-10-23";
    pyproject = true;

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "57622793bf80b90a651a566178ae139f64ea5d93";
      hash = "sha256-LKv/WS8aAgD8s1T7aHeHrkDMVy/E5FiuJEoM+80KLb4=";
      rev = "e363db970c77e9cab8f3611bb6b6f8a59646a035";
      hash = "sha256-phJRQ+euSTEmsn1wS5dgO8UPwAJ8cr8ov3K3fSzWQVA=";
    };

    nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];