nix: Bump libpq version to link against v16
This commit is contained in:
committed by
Wolfgang Walther
parent
85fbb233a7
commit
dcb6c5bb13
@@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
||||
|
||||
configureFlags = [
|
||||
"--without-gssapi"
|
||||
"--without-icu"
|
||||
"--without-readline"
|
||||
"--with-openssl"
|
||||
"--with-system-tzdata=${tzdata}/share/zoneinfo"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
self: super:
|
||||
{
|
||||
libpq = super.callPackage ../libpq.nix {
|
||||
postgresql = super.postgresql_15;
|
||||
postgresql = super.postgresql_16;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user