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 91b803c commit 239a9c8Copy full SHA for 239a9c8
1 file changed
nix/config.nix
@@ -46,12 +46,12 @@ in
46
supportedPostgresVersions = {
47
postgres = {
48
"15" = {
49
- version = "15.14";
50
- hash = "sha256-Bt110wXNOHDuYrOTLmYcYkVD6vmuK6N83sCk+O3QUdI=";
+ version = "15.16";
+ hash = "sha256-aV7imne+H1AQ4Q82Z2lvKYcVh/eqMR6twfgJvqKHz0g=";
51
};
52
"17" = {
53
- version = "17.6";
54
- hash = "sha256-4GMKNgCuonURcVVjJZ7CERzV9DU6SwQOC+gn+UzXqLA=";
+ version = "17.8";
+ hash = "sha256-qI0ZXdk3MEUtDPoaEYlnINbRughLwr59f8VX+k5BWKA=";
55
56
57
orioledb = {
0 commit comments