postgresql_13: 13.15 -> 13.16

https://www.postgresql.org/support/security/CVE-2024-7348/
Fixes CVE-2024-7348
This commit is contained in:
Sandro Jäckel
2024-08-09 16:19:06 +02:00
parent 84a9400564
commit e9fbb584ea
+2 -2
View File
@@ -1,6 +1,6 @@
import ./generic.nix {
version = "13.15";
hash = "sha256-Qu3UFURtM7jCQr520a0FdTGyJksuhpOTObcHXG5OySU=";
version = "13.16";
hash = "sha256-ycu7YSnwIyggSCgGa7N4XACoXIyo/TKcKopTwfXNiGU=";
muslPatches = {
disable-test-collate-icu-utf8 = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/disable-test-collate.icu.utf8.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b";