postgresql_16: 16.14 -> 16.15

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

(cherry picked from commit 78007d9caa)
This commit is contained in:
Wolfgang Walther
2026-08-14 22:16:23 +02:00
parent e1f5a6dcfd
commit 7d3271b8b4

View File

@@ -1,7 +1,7 @@
import ./generic.nix {
version = "16.14";
rev = "refs/tags/REL_16_14";
hash = "sha256-g2+OdB2dGIKBSFJ24Z3Yy7oRAFywNMSVDdWfnsaeJJQ=";
version = "16.15";
rev = "refs/tags/REL_16_15";
hash = "sha256-HHNROwOzfTatZif+hog/DZnDafV+mZ2Z9Jrq87XN0cY=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql16/dont-use-locale-a-on-musl.patch?id=08a24be262339fd093e641860680944c3590238e";