postgresql_16: 16.12 -> 16.13

Out-of-cycle release to fix regressions in the last set of releases.

Release Notes:
https://www.postgresql.org/about/news/out-of-cycle-release-scheduled-for-february-26-2026-3241/
This commit is contained in:
Wolfgang Walther
2026-03-03 19:58:51 +01:00
parent 3fae1f6ec6
commit 49a23f1c46
+3 -3
View File
@@ -1,7 +1,7 @@
import ./generic.nix {
version = "16.12";
rev = "refs/tags/REL_16_12";
hash = "sha256-1jkVElZTtp60Jgl5RyPT+8lalDYtjRDe9MxO3KMYJmU=";
version = "16.13";
rev = "refs/tags/REL_16_13";
hash = "sha256-Ue117xTq4RMQfq70mnXRBwqJ+IUigW27FvHY7I519ng=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql16/dont-use-locale-a-on-musl.patch?id=08a24be262339fd093e641860680944c3590238e";