libpq: 17.5 -> 17.6

Release Notes:
https://www.postgresql.org/docs/release/17.6/

(cherry picked from commit 4c70fc087a)
This commit is contained in:
Wolfgang Walther
2025-08-14 22:04:27 +02:00
committed by github-actions[bot]
parent 7dffec5dec
commit 717624dad3

View File

@@ -31,14 +31,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libpq";
version = "17.5";
version = "17.6";
src = fetchFromGitHub {
owner = "postgres";
repo = "postgres";
# rev, not tag, on purpose: see generic.nix.
rev = "refs/tags/REL_17_5";
hash = "sha256-jWV7hglu7IPMZbqHrZVZHLbZYjVuDeut7nH50aSQIBc=";
rev = "refs/tags/REL_17_6";
hash = "sha256-/7C+bjmiJ0/CvoAc8vzTC50vP7OsrM6o0w+lmmHvKvU=";
};
__structuredAttrs = true;