From 83d1ab0a17dfa2af611646b6ccf0fb5c1c6161d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 10 Feb 2026 10:24:05 +0100 Subject: [PATCH] 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 --- pkgs/servers/sql/postgresql/18.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/sql/postgresql/18.nix b/pkgs/servers/sql/postgresql/18.nix index f2680efa9249..a5bca108217a 100644 --- a/pkgs/servers/sql/postgresql/18.nix +++ b/pkgs/servers/sql/postgresql/18.nix @@ -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";