Skip to content

Commit 271b05c

Browse files
committed
feat: 15.17 17.9
1 parent 803fa01 commit 271b05c

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.16";
50-
hash = "sha256-aV7imne+H1AQ4Q82Z2lvKYcVh/eqMR6twfgJvqKHz0g=";
49+
version = "15.17";
50+
hash = "sha256-rhTyTBRyfgst7RxVUwMWZgmb0QVNs+9Ev6bivW1VSlY=";
5151
};
5252
"17" = {
53-
version = "17.8";
54-
hash = "sha256-qI0ZXdk3MEUtDPoaEYlnINbRughLwr59f8VX+k5BWKA=";
53+
version = "17.9";
54+
hash = "sha256-O5piU4qNoVHoB6PdsRmOhgXyAyVE149AOuiD0n7PHuQ=";
5555
};
5656
};
5757
orioledb = {

0 commit comments

Comments
 (0)