From 23216131f24f8996b18a5dab11654ce28b117d9e Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 29 Oct 2022 00:57:07 +0900 Subject: Upgrade to PostgreSQL 14 Implements: https://todo.sr.ht/~cnx/loang/2 --- matrix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix.nix') diff --git a/matrix.nix b/matrix.nix index 99e1f5d..2d293fc 100644 --- a/matrix.nix +++ b/matrix.nix @@ -97,7 +97,7 @@ in { ensurePermissions."DATABASE dendrite" = "ALL PRIVILEGES"; } ]; - package = pkgs.postgresql_13; + package = pkgs.postgresql_14; }; }; -- cgit 1.4.1