postgresql_18: 18.1 -> 18.2

Release Notes:
https://github.com/postgres/postgres/blob/REL_18_STABLE/doc/src/sgml/release-18.sgml

Security: CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006,
CVE-2026-2007
This commit is contained in:
Wolfgang Walther
2026-02-10 10:24:05 +01:00
parent bc365bea1c
commit 83d1ab0a17
+4 -3
View File
@@ -1,7 +1,8 @@
import ./generic.nix {
version = "18.1";
rev = "refs/tags/REL_18_1";
hash = "sha256-cZA2hWtr5RwsUrRWkvl/yvUzFPSfdtpyAKGXfrVUr0g=";
version = "18.2";
# rev = "refs/tags/REL_18_2";
rev = "5a461dc4dbf72a1ec281394a76eb36d68cbdd935";
hash = "sha256-cvBXxA7/kEwDGxFv/YoZCIh17jzUujrCtfKAmtSxKTw=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";