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

View file

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