Skip to content

Commit 239a9c8

Browse files
committed
feat: update postgres minor version on 15 an 17
1 parent 91b803c commit 239a9c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

nix/config.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ in
4646
supportedPostgresVersions = {
4747
postgres = {
4848
"15" = {
49-
version = "15.14";
50-
hash = "sha256-Bt110wXNOHDuYrOTLmYcYkVD6vmuK6N83sCk+O3QUdI=";
49+
version = "15.16";
50+
hash = "sha256-aV7imne+H1AQ4Q82Z2lvKYcVh/eqMR6twfgJvqKHz0g=";
5151
};
5252
"17" = {
53-
version = "17.6";
54-
hash = "sha256-4GMKNgCuonURcVVjJZ7CERzV9DU6SwQOC+gn+UzXqLA=";
53+
version = "17.8";
54+
hash = "sha256-qI0ZXdk3MEUtDPoaEYlnINbRughLwr59f8VX+k5BWKA=";
5555
};
5656
};
5757
orioledb = {

0 commit comments

Comments
 (0)