libpq: 17.14 -> 17.15

This commit is contained in:
Wolfgang Walther 2025-05-07 20:30:55 +02:00
parent cc4eb12f0a
commit dc01def502
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -31,14 +31,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libpq";
version = "17.4";
version = "17.5";
src = fetchFromGitHub {
owner = "postgres";
repo = "postgres";
# rev, not tag, on purpose: see generic.nix.
rev = "refs/tags/REL_17_4";
hash = "sha256-TEpvX28chR3CXiOQsNY12t8WfM9ywoZVX1e/6mj9DqE=";
rev = "refs/tags/REL_17_5";
hash = "sha256-jWV7hglu7IPMZbqHrZVZHLbZYjVuDeut7nH50aSQIBc=";
};
__structuredAttrs = true;