Skip to content

Commit fa841a4

Browse files
committed
searxng: 0-unstable-2025-04-09 -> 0-unstable-2025-06-10, add updateScript
1 parent 3e3afe5 commit fa841a4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pkgs/by-name/se/searxng/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
python3,
44
fetchFromGitHub,
55
nixosTests,
6+
unstableGitUpdater,
67
}:
78
let
89
python = python3.override {
@@ -37,13 +38,13 @@ in
3738
python.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; {

0 commit comments

Comments
 (0)