Merge pull request #1540 from NixOS/pg17-update

package.nix: update postgresql to 17
This commit is contained in:
Martin Weinelt
2025-11-25 12:50:27 +00:00
committed by GitHub

View File

@@ -31,7 +31,7 @@
, perl
, pixz
, boost
, postgresql_13
, postgresql_17
, nlohmann_json
, prometheus-cpp
@@ -192,7 +192,7 @@ stdenv.mkDerivation (finalAttrs: {
subversion
breezy
openldap
postgresql_13
postgresql_17
pixz
nix-eval-jobs
];