tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
searx: 0.13.1 -> 0.14.0
Michiel Leenaars
8 years ago
b00c2213
4cd5eaed
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
web-apps
searx
default.nix
+2
-2
pkgs/servers/web-apps/searx/default.nix
···
4
4
5
5
buildPythonApplication rec {
6
6
pname = "searx";
7
7
-
version = "0.13.1";
7
7
+
version = "0.14.0";
8
8
9
9
# Can not use PyPI because certain test files are missing.
10
10
src = fetchFromGitHub {
11
11
owner = "asciimoo";
12
12
repo = "searx";
13
13
rev = "v${version}";
14
14
-
sha256 = "0nizxq9ggf9g8f8pxn2hfm0kn20356v65h4cj9s73n742nkv6ani";
14
14
+
sha256 = "046xg6xcs1mxgahz7kwf3fsmwd99q3hhms6pdjlvyczidlfhpmxl";
15
15
};
16
16
17
17
postPatch = ''