searxng: 0-unstable-2025-11-25 -> 0-unstable-2026-01-11 (#480548)
This commit is contained in:
@@ -13,14 +13,14 @@ in
|
||||
python.pkgs.toPythonModule (
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "searxng";
|
||||
version = "0-unstable-2025-11-25";
|
||||
version = "0-unstable-2026-01-11";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "searxng";
|
||||
repo = "searxng";
|
||||
rev = "ebb9ea45715d655072400b2b5925f03ec96cf5eb";
|
||||
hash = "sha256-tRPaQcM7EzDuD4MOK4t81uY8mhl9lzvnC955CS7j/u8=";
|
||||
rev = "cf74e1d9e9ad662aef450ddd79aedee43554dc3c";
|
||||
hash = "sha256-hKnfZBPr8rJyZAYBtVXpyzXwBQqg2DPFwqzH08qCITs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python.pkgs; [ pythonRelaxDepsHook ];
|
||||
@@ -31,9 +31,8 @@ python.pkgs.toPythonModule (
|
||||
"flask-babel"
|
||||
"httpx-socks"
|
||||
"lxml"
|
||||
"setproctitle"
|
||||
"msgspec"
|
||||
"typer-slim"
|
||||
"typing-extensions"
|
||||
"whitenoise"
|
||||
];
|
||||
|
||||
@@ -62,9 +61,7 @@ python.pkgs.toPythonModule (
|
||||
with python.pkgs;
|
||||
[
|
||||
babel
|
||||
brotli
|
||||
certifi
|
||||
cryptography
|
||||
fasttext-predict
|
||||
flask
|
||||
flask-babel
|
||||
@@ -78,9 +75,9 @@ python.pkgs.toPythonModule (
|
||||
pygments
|
||||
python-dateutil
|
||||
pyyaml
|
||||
setproctitle
|
||||
sniffio
|
||||
typer-slim
|
||||
uvloop
|
||||
typing-extensions
|
||||
valkey
|
||||
whitenoise
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user