Skip to content

Commit eafafbc

Browse files
committed
feat: support pg 17.10 and pg 15.18
1 parent 3594bf0 commit eafafbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nix/config.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ in
4646
supportedPostgresVersions = {
4747
postgres = {
4848
"15" = {
49-
version = "15.14";
49+
version = "15.18";
5050
hash = "sha256-Bt110wXNOHDuYrOTLmYcYkVD6vmuK6N83sCk+O3QUdI=";
5151
};
5252
"17" = {
53-
version = "17.6";
54-
hash = "sha256-4GMKNgCuonURcVVjJZ7CERzV9DU6SwQOC+gn+UzXqLA=";
53+
version = "17.10";
54+
hash = "sha256-B4oDUW3NvbcF/sr0Feo9E6lWxYnkbwn+1ooG+wBZjJA=";
5555
};
5656
};
5757
orioledb = {

0 commit comments

Comments
 (0)