searxng: 0-unstable-2025-06-28 -> 0-unstable-2025-07-08 (#423512)

Co-authored-by: 999eagle <sophie@999eagle.moe>

authored by nixpkgs-merge-bot[bot] 999eagle and committed by GitHub 4a5dc4e9 26464608

+3 -3
+3 -3
pkgs/by-name/se/searxng/package.nix
··· 38 python.pkgs.toPythonModule ( 39 python.pkgs.buildPythonApplication rec { 40 pname = "searxng"; 41 - version = "0-unstable-2025-06-28"; 42 format = "setuptools"; 43 44 src = fetchFromGitHub { 45 owner = "searxng"; 46 repo = "searxng"; 47 - rev = "df76647c52b56101f152c5dec7c1d08f1732ceb7"; 48 - hash = "sha256-8Rh42DFLyQz+4cWA8x5wpFO41DusMuTo8NAloprw5w0="; 49 }; 50 51 postPatch = ''
··· 38 python.pkgs.toPythonModule ( 39 python.pkgs.buildPythonApplication rec { 40 pname = "searxng"; 41 + version = "0-unstable-2025-07-08"; 42 format = "setuptools"; 43 44 src = fetchFromGitHub { 45 owner = "searxng"; 46 repo = "searxng"; 47 + rev = "bd593d0bad2189f57657bbcfa2c5e86f795c680e"; 48 + hash = "sha256-vNI66OKA8LPXqc2mt8lm4iKS6njRLQhjzcykCQyPJsk="; 49 }; 50 51 postPatch = ''