10 lines
383 B
Nix
10 lines
383 B
Nix
import ./generic.nix {
|
|
version = "17.1";
|
|
hash = "sha256-eEnbdO9qhVXQcj+H6BU5MBQi+pyOnyHM5h/cFOkZnc0=";
|
|
muslPatches = {
|
|
dont-use-locale-a = {
|
|
url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
|
|
hash = "sha256-6zjz3OpMx4qTETdezwZxSJPPdOvhCNu9nXvAaU9SwH8=";
|
|
};
|
|
};
|
|
}
|