libpq: 18.4 -> 18.16

Release Notes:
https://www.postgresql.org/about/news/postgresql-186-1711-1615-1519-1424-and-19-beta-3-released-3365/

Note: 18.5 was not shipped due to a regression.
(cherry picked from commit 1e1128d443)
This commit is contained in:
Wolfgang Walther
2026-08-14 22:32:14 +02:00
committed by github-actions[bot]
parent f4acaf5607
commit 508ccb45e0

View File

@@ -40,14 +40,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libpq";
version = "18.4";
version = "18.6";
src = fetchFromGitHub {
owner = "postgres";
repo = "postgres";
# rev, not tag, on purpose: see generic.nix.
rev = "refs/tags/REL_18_4";
hash = "sha256-Ac/Dqcj8vjcW3my5vsnKaMiQqTq/HPtUzckJ3SMyrfA=";
rev = "refs/tags/REL_18_6";
hash = "sha256-ySffxlG7jlNyzx++BmIN+WuaQ9TMAJt/qER9wIjd6B8=";
};
__structuredAttrs = true;