2024-02-29 12:47:03 +00:00
|
|
|
import ./generic.nix {
|
2024-08-09 13:59:21 +00:00
|
|
|
version = "13.16";
|
|
|
|
hash = "sha256-ycu7YSnwIyggSCgGa7N4XACoXIyo/TKcKopTwfXNiGU=";
|
2024-02-29 13:53:46 +00:00
|
|
|
muslPatches = {
|
|
|
|
disable-test-collate-icu-utf8 = {
|
|
|
|
url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/disable-test-collate.icu.utf8.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b";
|
|
|
|
hash = "sha256-jS/qxezaiaKhkWeMCXwpz1SDJwUWn9tzN0uKaZ3Ph2Y=";
|
|
|
|
};
|
2024-03-17 10:35:54 +00:00
|
|
|
dont-use-locale-a = {
|
|
|
|
url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/dont-use-locale-a-on-musl.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b";
|
|
|
|
hash = "sha256-fk+y/SvyA4Tt8OIvDl7rje5dLs3Zw+Ln1oddyYzerOo=";
|
|
|
|
};
|
2024-02-29 13:53:46 +00:00
|
|
|
};
|
2024-02-29 12:47:03 +00:00
|
|
|
}
|