postgresql_18: 18.2 -> 18.3

Out-of-cycle release to fix regressions in the last set of releases.

Release Notes:
https://www.postgresql.org/about/news/out-of-cycle-release-scheduled-for-february-26-2026-3241/
This commit is contained in:
Wolfgang Walther
2026-03-03 19:59:16 +01:00
parent 683a26d435
commit 38e3bfd71b
+3 -3
View File
@@ -1,7 +1,7 @@
import ./generic.nix {
version = "18.2";
rev = "refs/tags/REL_18_2";
hash = "sha256-cvBXxA7/kEwDGxFv/YoZCIh17jzUujrCtfKAmtSxKTw=";
version = "18.3";
rev = "refs/tags/REL_18_3";
hash = "sha256-3cu3oyPJ5q6ewv7RFY7Nys5l+10dsQv5f1HNIoYtrO8=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";