Loading pkgs/servers/web-apps/searxng/default.nix→pkgs/by-name/se/searxng/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading @@ -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 ]; }; } }) pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/servers/web-apps/searxng/default.nix→pkgs/by-name/se/searxng/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading @@ -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 ]; }; } })
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { };