File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 python3 ,
44 fetchFromGitHub ,
55 nixosTests ,
6+ unstableGitUpdater ,
67} :
78let
89 python = python3 . override {
3738python . pkgs . toPythonModule (
3839 python . pkgs . buildPythonApplication rec {
3940 pname = "searxng" ;
40- version = "0-unstable-2025-04-09 " ;
41+ version = "0-unstable-2025-06-10 " ;
4142
4243 src = fetchFromGitHub {
4344 owner = "searxng" ;
4445 repo = "searxng" ;
45- rev = "15384e8fc596da9c4a7e27393f8100018c3a61ed " ;
46- hash = "sha256-exkn/gQALJteUAsg3qeSnRGEbKANkhSBDziWUgJ1fF8 =" ;
46+ rev = "8888d71ab9391a8865959aa125cc7a1ae537f0b8 " ;
47+ hash = "sha256-nQvh8tp11WYe44nzBofLmJr/2el+SECoGK0Ds4lvdC4 =" ;
4748 } ;
4849
4950 postPatch = ''
@@ -112,6 +113,7 @@ python.pkgs.toPythonModule (
112113 tests = {
113114 searxng = nixosTests . searx ;
114115 } ;
116+ updateScript = unstableGitUpdater { hardcodeZeroVersion = true ; } ;
115117 } ;
116118
117119 meta = with lib ; {
You can’t perform that action at this time.
0 commit comments