We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2e5ab commit a4aadaaCopy full SHA for a4aadaa
pkgs/by-name/se/searxng/package.nix
@@ -37,13 +37,13 @@ in
37
python.pkgs.toPythonModule (
38
python.pkgs.buildPythonApplication rec {
39
pname = "searxng";
40
- version = "0-unstable-2025-01-10";
+ version = "0-unstable-2025-02-09";
41
42
src = fetchFromGitHub {
43
owner = "searxng";
44
repo = "searxng";
45
- rev = "94a0b415ef587e013df9e7350667b752a3822e90";
46
- hash = "sha256-ZeFHsoQXmG2sZXhPY7aRTsAXmFGHNT5ig0c2Hy344vw=";
+ rev = "a1e2b254677a22f1f8968a06564661ac6203c162";
+ hash = "sha256-DrSj1wQUWq9xVuQqt0BZ79JgyRS9qJqg1cdYTIBb1A8=";
47
};
48
49
postPatch = ''
0 commit comments