Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging

This commit is contained in:
John Ericson
2018-05-13 01:02:09 -04:00
102 changed files with 701 additions and 1590 deletions

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "tsearch-extras-${version}";
version = "0.2";
version = "0.3";
src = fetchFromGitHub {
owner = "zulip";
repo = "tsearch_extras";
rev = version;
sha256 = "1ivg9zn7f1ks31ixxwywifwhzxn6py8s5ky1djyxnb0s60zckfjg";
sha256 = "0i3i99lw80jwd4xflgdqabxmn1dnm1gm7dzf1mqv2drllxcy3yix";
};
nativenativeBuildInputs = [ pkgconfig ];