about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--matrix.nix2
1 files changed, 1 insertions, 1 deletions
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;
     };
   };