postgresqlPackages.pgroonga: 2.1.9 -> 2.2.0

This commit is contained in:
Mario Rodas 2019-06-06 20:20:33 -05:00
parent 7fe8e5181a
commit 87d266fe93
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "2.1.9";
version = "2.2.0";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
sha256 = "15bix7gqi45nf1ah0sxmlg3aqqrkacn19slp43jiirfnpp74dbnw";
sha256 = "1cankcprikx8nf72yg4h8542gqqlfgww6d63kg7l8l8sz962d28b";
};
nativeBuildInputs = [ pkgconfig ];