postgresql_16: 16.8 -> 16.9

+3 -3
+3 -3
pkgs/servers/sql/postgresql/16.nix
··· 1 import ./generic.nix { 2 - version = "16.8"; 3 - rev = "refs/tags/REL_16_8"; 4 - hash = "sha256-nVUGBuvCDFXozTyEDAAQa+IR3expCdztH90J68FhAXQ="; 5 muslPatches = { 6 dont-use-locale-a = { 7 url = "https://git.alpinelinux.org/aports/plain/main/postgresql16/dont-use-locale-a-on-musl.patch?id=08a24be262339fd093e641860680944c3590238e";
··· 1 import ./generic.nix { 2 + version = "16.9"; 3 + rev = "refs/tags/REL_16_9"; 4 + hash = "sha256-CLLCT4wiCWeLqMdtGdXM2/DtlENLWSey6nNtOcfNPRw="; 5 muslPatches = { 6 dont-use-locale-a = { 7 url = "https://git.alpinelinux.org/aports/plain/main/postgresql16/dont-use-locale-a-on-musl.patch?id=08a24be262339fd093e641860680944c3590238e";