From 0ffc8213d8422ee6441e1cfd8db1c6e8d5b95c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9B=A7-440729=20=5Bsophie=5D?= Date: Fri, 10 Jan 2025 22:41:31 +0100 Subject: [PATCH] searxng: 0-unstable-2024-11-25 -> 0-unstable-2025-01-10 --- pkgs/by-name/se/searxng/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/se/searxng/package.nix b/pkgs/by-name/se/searxng/package.nix index 2af550d7c23e..b77b4143a6a5 100644 --- a/pkgs/by-name/se/searxng/package.nix +++ b/pkgs/by-name/se/searxng/package.nix @@ -8,13 +8,13 @@ python3.pkgs.toPythonModule ( python3.pkgs.buildPythonApplication rec { pname = "searxng"; - version = "0-unstable-2024-11-25"; + version = "0-unstable-2025-01-10"; src = fetchFromGitHub { owner = "searxng"; repo = "searxng"; - rev = "bad070b4bc2c5afa73edea546c68d3e142a476fc"; - hash = "sha256-pJl0pD+lx1L7CMKEZaK15ahd96gwWKsR53EVF7RRNtY="; + rev = "94a0b415ef587e013df9e7350667b752a3822e90"; + hash = "sha256-ZeFHsoQXmG2sZXhPY7aRTsAXmFGHNT5ig0c2Hy344vw="; }; postPatch = ''