searxng: 0-unstable-2024-06-19 -> 0-unstable-2024-10-05 (#346687)

Update package.nix
This commit is contained in:
mesflit 2024-10-05 19:32:40 +00:00 committed by GitHub
parent 10660b8211
commit a90e00f1ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
python3.pkgs.toPythonModule ( python3.pkgs.toPythonModule (
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "searxng"; pname = "searxng";
version = "0-unstable-2024-06-19"; version = "0-unstable-2024-10-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "searxng"; owner = "searxng";
repo = "searxng"; repo = "searxng";
rev = "acf3f109b2a99a5e6f25f5f2975016a36673c6ef"; rev = "e7a4d7d7c3d688b69737f2b1ecd23571f5e3a0b9";
hash = "sha256-NdFnB5JEaWo7gt+RwxKxkVtEL8uGLlc4z0ROHN+zoL4="; hash = "sha256-JfcB19Tfk5e7DyArzz9TNjidOZjkSxTLEU3ZhE105qs=";
}; };
postPatch = '' postPatch = ''