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