nix: Bump libpq version to link against v16
This commit is contained in:
committed by
Wolfgang Walther
parent
85fbb233a7
commit
dcb6c5bb13
@@ -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