package.nix: update postgresql to 17

NixOS 25.11 does not ship with PostgreSQL 13 any more.
This commit is contained in:
Martin Weinelt
2025-11-25 13:27:04 +01:00
committed by ahuston-0
parent 20a0857660
commit 39b2c7c0da

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
];