tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
postgresql_16: 16.8 -> 16.9
Wolfgang Walther
9 months ago
6de66bc0
4003ab65
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
sql
postgresql
16.nix
+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";