postgresql_14: 14.21 -> 14.22

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:22 +01:00
parent 1bc456f48e
commit 8b20770fad
+3 -3
View File
@@ -1,7 +1,7 @@
import ./generic.nix {
version = "14.21";
rev = "refs/tags/REL_14_21";
hash = "sha256-9uG32BVzXOL2yAJmFVkIvEZJrmI5ToL7ojtivWmufL8=";
version = "14.22";
rev = "refs/tags/REL_14_22";
hash = "sha256-0vZEdsrj2WAdXFpZAli5sd0liAfvp9/Os93GjVTy7wk=";
muslPatches = {
disable-test-collate-icu-utf8 = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";