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

searxng: move to pkgs/by-name, unstable-2023-07-19 -> unstable-2023-10-01
This commit is contained in:
Weijia Wang 2023-10-09 01:07:07 +02:00 committed by GitHub
commit 613dfce23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -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 ];
};
}
})

View File

@ -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 { };