Maximilian Bosch
2025-02-15 11:26:30 +01:00
committed by Wolfgang Walther
parent be8612e15a
commit 8e25714eee
2 changed files with 4 additions and 8 deletions

View File

@@ -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";

View File

@@ -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