pgroonga: 2.0.9 -> 2.1.3 (#46984)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgroonga/versions
This commit is contained in:
R. RyanTM 2018-09-29 11:54:42 -07:00 committed by xeji
parent 0cb95d2796
commit d1b8d73464

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "pgroonga-${version}";
version = "2.0.9";
version = "2.1.3";
src = fetchurl {
url = "https://packages.groonga.org/source/pgroonga/${name}.tar.gz";
sha256 = "0dfkhl2im4cn2lczbsvb8zyylrzlm0vqk9ixjsalcaqxgxph2dpz";
sha256 = "0qv82libl4rv6cq9klvzwx4g767mjl4jaap34sxbd3x0wvm364yd";
};
nativeBuildInputs = [ pkgconfig ];