1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

postgresqlPackages.pgroonga: 2.3.1 -> 2.3.2

This commit is contained in:
Mario Rodas 2021-10-04 04:20:00 +00:00
parent 820cc7decc
commit e793481afd

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "2.3.1";
version = "2.3.2";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
sha256 = "0v102hbszq52jvydj2qrysfs1g46wv4vmgwaa9zj0pvknh58lb43";
sha256 = "10rj35xxcfg10nvq3zqxm25hfb3hw58z4dda1b4hh8ibyz2489vy";
};
nativeBuildInputs = [ pkg-config ];