postgresql_18: 18.3 -> 18.4

Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
This commit is contained in:
Bart Oostveen
2026-05-15 09:12:03 +02:00
committed by Wolfgang Walther
parent ff3a971a1b
commit a1450861df
+3 -3
View File
@@ -1,7 +1,7 @@
import ./generic.nix {
version = "18.3";
rev = "refs/tags/REL_18_3";
hash = "sha256-3cu3oyPJ5q6ewv7RFY7Nys5l+10dsQv5f1HNIoYtrO8=";
version = "18.4";
rev = "refs/tags/REL_18_4";
hash = "sha256-Ac/Dqcj8vjcW3my5vsnKaMiQqTq/HPtUzckJ3SMyrfA=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";