postgresqlPackages.pgroonga: 2.2.0 -> 2.2.1

This commit is contained in:
Mario Rodas 2019-07-19 20:48:05 -05:00
parent 46f8ec0278
commit 031c6151dd
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.2.0";
version = "2.2.1";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
sha256 = "1cankcprikx8nf72yg4h8542gqqlfgww6d63kg7l8l8sz962d28b";
sha256 = "0d913rkxx6qlkav6z9crsz3ypqkdffn4c667nsgzh5s9n4wbbpb8";
};
nativeBuildInputs = [ pkgconfig ];