We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803fa01 commit 271b05cCopy full SHA for 271b05c
1 file changed
nix/config.nix
@@ -46,12 +46,12 @@ in
46
supportedPostgresVersions = {
47
postgres = {
48
"15" = {
49
- version = "15.16";
50
- hash = "sha256-aV7imne+H1AQ4Q82Z2lvKYcVh/eqMR6twfgJvqKHz0g=";
+ version = "15.17";
+ hash = "sha256-rhTyTBRyfgst7RxVUwMWZgmb0QVNs+9Ev6bivW1VSlY=";
51
};
52
"17" = {
53
- version = "17.8";
54
- hash = "sha256-qI0ZXdk3MEUtDPoaEYlnINbRughLwr59f8VX+k5BWKA=";
+ version = "17.9";
+ hash = "sha256-O5piU4qNoVHoB6PdsRmOhgXyAyVE149AOuiD0n7PHuQ=";
55
56
57
orioledb = {
0 commit comments