postgresql_13: 13.18 -> 13.20
ChangeLog: https://www.postgresql.org/about/news/postgresql-173-167-1511-1416-and-1319-released-3015/ https://www.postgresql.org/about/news/out-of-cycle-release-scheduled-for-february-20-2025-3016/ Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
committed by
Wolfgang Walther
parent
be8612e15a
commit
8e25714eee
@@ -1,7 +1,8 @@
|
||||
import ./generic.nix {
|
||||
version = "13.18";
|
||||
rev = "ref/tags/REL_13_18";
|
||||
hash = "sha256-Lw8rd6MAvKZ7/Y1a0ccauL7K6lHxsp5huK4QFun9wcc=";
|
||||
version = "13.20";
|
||||
# "Stamp 13.20"
|
||||
rev = "c8f198c3acb59ed858b5b9b88b4fbc55cece544e";
|
||||
hash = "sha256-GkDtzqwjMJipvr0wykM9Z5Tb0R7WgJA/PGPTVUXxf7Q=";
|
||||
muslPatches = {
|
||||
disable-test-collate-icu-utf8 = {
|
||||
url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/disable-test-collate.icu.utf8.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b";
|
||||
|
||||
@@ -302,11 +302,6 @@ let
|
||||
./patches/paths-for-split-outputs.patch
|
||||
./patches/paths-with-postgresql-suffix.patch
|
||||
|
||||
(fetchpatch {
|
||||
url = "https://github.com/postgres/postgres/commit/8108674f0e5639baebcf03b54b7ccf9e9a8662a2.patch";
|
||||
hash = "sha256-EQJkDR0eb7QWCjyMzXMn+Vbcwx3MMdC83oN7XSVJP0U=";
|
||||
})
|
||||
|
||||
(replaceVars ./patches/locale-binary-path.patch {
|
||||
locale = "${
|
||||
if stdenv.hostPlatform.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc
|
||||
|
||||
Reference in New Issue
Block a user