libpq: 18.2 -> 18.4

Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/

Security: CVE-2026-6477
This commit is contained in:
Wolfgang Walther
2026-05-15 09:27:15 +02:00
parent e5f508253c
commit c9b2117da5
+3 -3
View File
@@ -40,14 +40,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libpq";
version = "18.2";
version = "18.4";
src = fetchFromGitHub {
owner = "postgres";
repo = "postgres";
# rev, not tag, on purpose: see generic.nix.
rev = "refs/tags/REL_18_2";
hash = "sha256-cvBXxA7/kEwDGxFv/YoZCIh17jzUujrCtfKAmtSxKTw=";
rev = "refs/tags/REL_18_4";
hash = "sha256-Ac/Dqcj8vjcW3my5vsnKaMiQqTq/HPtUzckJ3SMyrfA=";
};
__structuredAttrs = true;