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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user