pgroonga: 2.1.3 -> 2.1.6 (#49205)

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-10-27 17:14:23 -07:00 committed by Samuel Leathers
parent 6e664678a4
commit 5fd8de8137

View file

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