postgresql_18: 18rc1 -> 18.0 (#445730)

authored by Wolfgang Walther and committed by GitHub 59fd919c afaa7a44

+4 -4
+1 -1
nixos/tests/postgresql/anonymizer.nix
··· 16 nodes.machine = 17 { pkgs, ... }: 18 { 19 - environment.systemPackages = [ pkgs.pg-dump-anon ]; 20 services.postgresql = { 21 inherit package; 22 enable = true;
··· 16 nodes.machine = 17 { pkgs, ... }: 18 { 19 + environment.systemPackages = [ (pkgs.pg-dump-anon.override { postgresql = package; }) ]; 20 services.postgresql = { 21 inherit package; 22 enable = true;
+3 -3
pkgs/servers/sql/postgresql/18.nix
··· 1 import ./generic.nix { 2 - version = "18rc1"; 3 - rev = "refs/tags/REL_18_RC1"; 4 - hash = "sha256-PDycGuKrEa00N1h/BsWUiwG7naE0f2wFFXpQSOhs/hY="; 5 muslPatches = { 6 dont-use-locale-a = { 7 url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
··· 1 import ./generic.nix { 2 + version = "18.0"; 3 + rev = "refs/tags/REL_18_0"; 4 + hash = "sha256-xA6gbJe4tIV9bYRFrdI4Rfy20ZwTkvyyjt7ZxvCFEec="; 5 muslPatches = { 6 dont-use-locale-a = { 7 url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";