searx: 0.13.1 -> 0.14.0

+2 -2
+2 -2
pkgs/servers/web-apps/searx/default.nix
··· 4 4 5 5 buildPythonApplication rec { 6 6 pname = "searx"; 7 - version = "0.13.1"; 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 - sha256 = "0nizxq9ggf9g8f8pxn2hfm0kn20356v65h4cj9s73n742nkv6ani"; 14 + sha256 = "046xg6xcs1mxgahz7kwf3fsmwd99q3hhms6pdjlvyczidlfhpmxl"; 15 15 }; 16 16 17 17 postPatch = ''