searxng: 0-unstable-2025-09-11 -> 0-unstable-2025-10-13
Changelog: 7c1ebc0148...c34bb61284
This commit is contained in:
@@ -13,27 +13,20 @@ in
|
||||
python.pkgs.toPythonModule (
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "searxng";
|
||||
version = "0-unstable-2025-09-11";
|
||||
version = "0-unstable-2025-10-13";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "searxng";
|
||||
repo = "searxng";
|
||||
rev = "7c1ebc01489a5b96d4abb0ad9c1180701eb4456c";
|
||||
hash = "sha256-nOIt4PyO6DALz7gw5Hh1w1ZDyEAsQAVp4O/eFOLYZ0A=";
|
||||
rev = "c34bb612847ce4584f65077b104164993bfa88c5";
|
||||
hash = "sha256-vs64ue9bI86kCrOUdy8Kddd2GTIYmveyy1XunEqPAtw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"certifi"
|
||||
"flask"
|
||||
"flask-babel"
|
||||
"httpx-socks"
|
||||
"lxml"
|
||||
"typer-slim"
|
||||
"whitenoise"
|
||||
];
|
||||
# upstream pins every dependency
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
preBuild =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user