Unverified Commit 613dfce2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #258008 from 999eagle/update/searxng

searxng: move to pkgs/by-name, unstable-2023-07-19 -> unstable-2023-10-01
parents b64a9159 6cb37d61
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -3,15 +3,15 @@
, fetchFromGitHub
}:

python3.pkgs.buildPythonApplication rec {
python3.pkgs.toPythonModule (python3.pkgs.buildPythonApplication rec {
  pname = "searxng";
  version = "unstable-2023-07-19";
  version = "unstable-2023-10-01";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "a446dea1bb492eac417de9a900fae7cdf94aeec0";
    sha256 = "sha256-iZDaKCkDlp3O3IixWdXVykNRIxas+irG0dWAOU4wycI=";
    rev = "d56b31d67473e0970bc457469b0cbec2e35f8b10";
    hash = "sha256-/lMjL2dl7UVYRjafFKmV3XsIH6QehUWCozCuBuxFgpQ=";
  };

  postPatch = ''
@@ -73,6 +73,6 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://github.com/searxng/searxng";
    description = "A fork of Searx, a privacy-respecting, hackable metasearch engine";
    license = licenses.agpl3Plus;
    maintainers = with maintainers; [ SuperSandro2000 ];
    maintainers = with maintainers; [ SuperSandro2000 _999eagle ];
  };
}
})
+0 −2
Original line number Diff line number Diff line
@@ -27600,8 +27600,6 @@ with pkgs;
  searx = callPackage ../servers/web-apps/searx { };
  searxng = python3Packages.toPythonModule (callPackage ../servers/web-apps/searxng { });
  selfoss = callPackage ../servers/web-apps/selfoss { };
  shaarli = callPackage ../servers/web-apps/shaarli { };