searxng: 0-unstable-2024-10-05 -> 0-unstable-2024-11-17

This commit is contained in:
⛧-440729 [sophie] 2024-11-20 10:01:29 +01:00
parent 5e4fbfb6b3
commit ef02dff02c
No known key found for this signature in database

View File

@ -8,13 +8,13 @@
python3.pkgs.toPythonModule (
python3.pkgs.buildPythonApplication rec {
pname = "searxng";
version = "0-unstable-2024-10-05";
version = "0-unstable-2024-11-17";
src = fetchFromGitHub {
owner = "searxng";
repo = "searxng";
rev = "e7a4d7d7c3d688b69737f2b1ecd23571f5e3a0b9";
hash = "sha256-JfcB19Tfk5e7DyArzz9TNjidOZjkSxTLEU3ZhE105qs=";
rev = "10d3af84b833ab2f2d1095efa3a7ba240ffb32fc";
hash = "sha256-dXALuiPCzK0Az64Fj9ygsNFoPKf0oJ2LyZDeg00Bfyo=";
};
postPatch = ''
@ -52,10 +52,11 @@ python3.pkgs.toPythonModule (
brotli
jinja2
lxml
msgspec
pygments
pytomlpp
pyyaml
redis
typer
uvloop
setproctitle
httpx