tsearch_extras: 0.2 -> 0.3 (#40057)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tsearch-extras/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - directory tree listing: https://gist.github.com/4cc503c3c6f22711358d01e0ae7f7d76
This commit is contained in:
parent
af46398f2b
commit
23d902a90f
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tsearch-extras-${version}";
|
name = "tsearch-extras-${version}";
|
||||||
version = "0.2";
|
version = "0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zulip";
|
owner = "zulip";
|
||||||
repo = "tsearch_extras";
|
repo = "tsearch_extras";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1ivg9zn7f1ks31ixxwywifwhzxn6py8s5ky1djyxnb0s60zckfjg";
|
sha256 = "0i3i99lw80jwd4xflgdqabxmn1dnm1gm7dzf1mqv2drllxcy3yix";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativenativeBuildInputs = [ pkgconfig ];
|
nativenativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user