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 3594bf0 commit eafafbcCopy full SHA for eafafbc
1 file changed
nix/config.nix
@@ -46,12 +46,12 @@ in
46
supportedPostgresVersions = {
47
postgres = {
48
"15" = {
49
- version = "15.14";
+ version = "15.18";
50
hash = "sha256-Bt110wXNOHDuYrOTLmYcYkVD6vmuK6N83sCk+O3QUdI=";
51
};
52
"17" = {
53
- version = "17.6";
54
- hash = "sha256-4GMKNgCuonURcVVjJZ7CERzV9DU6SwQOC+gn+UzXqLA=";
+ version = "17.10";
+ hash = "sha256-B4oDUW3NvbcF/sr0Feo9E6lWxYnkbwn+1ooG+wBZjJA=";
55
56
57
orioledb = {
0 commit comments