postgresqlPackages.pgroonga: 2.1.7 -> 2.1.8 (#54746)

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 2019-03-15 12:36:40 -07:00 committed by xeji
parent e3b0d61bcd
commit 1670e35e2d

View file

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