summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2026-01-18 21:23:24 +0000
committerGitHub <noreply@github.com>2026-01-18 21:23:24 +0000
commit880f41c166316eb8c40c4c2fde666e8ba0b261cc (patch)
tree2496dd0378b2f2dcc5e62974ed8810b3cde8fec3
parent12d6fdd545179ee9a68a174d9d4aa68a55d5da15 (diff)
parentf180c68f25e7cb99db629c2de3a0bde812209e81 (diff)
searxng: 0-unstable-2025-11-25 -> 0-unstable-2026-01-11 (#480548)
-rw-r--r--pkgs/by-name/se/searxng/package.nix15
1 files changed, 6 insertions, 9 deletions
diff --git a/pkgs/by-name/se/searxng/package.nix b/pkgs/by-name/se/searxng/package.nix
index 59dbb4e24f26..bdde132fe399 100644
--- a/pkgs/by-name/se/searxng/package.nix
+++ b/pkgs/by-name/se/searxng/package.nix
@@ -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
]