searx: 0.13.1 -> 0.14.0

This commit is contained in:
Michiel Leenaars 2018-02-28 18:20:01 +01:00
parent 4cd5eaedf1
commit b00c221363
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@ with pythonPackages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "searx"; pname = "searx";
version = "0.13.1"; version = "0.14.0";
# Can not use PyPI because certain test files are missing. # Can not use PyPI because certain test files are missing.
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "asciimoo"; owner = "asciimoo";
repo = "searx"; repo = "searx";
rev = "v${version}"; rev = "v${version}";
sha256 = "0nizxq9ggf9g8f8pxn2hfm0kn20356v65h4cj9s73n742nkv6ani"; sha256 = "046xg6xcs1mxgahz7kwf3fsmwd99q3hhms6pdjlvyczidlfhpmxl";
}; };
postPatch = '' postPatch = ''