postgresqlPackages.pgroonga: 3.1.8 -> 3.2.3

Makes building with PostgreSQL 17 succeed.

Changelog:
https://github.com/pgroonga/pgroonga/releases
This commit is contained in:
Wolfgang Walther 2024-09-29 11:36:35 +02:00
parent b6d191bbc2
commit d37563232d
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pgroonga";
version = "3.1.8";
version = "3.2.3";
src = fetchurl {
url = "https://packages.groonga.org/source/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-Wjh0NJK6IfcI30R7HKCsB87/lxXZYEqiMD9t2nldCW4=";
hash = "sha256-k9+DgiLzU2cA3jvw3pMF7/FmDGxsCYtAOaUtf2LMTnw=";
};
nativeBuildInputs = [ pkg-config ];