mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 04:34:52 +00:00
Release Notes: https://www.postgresql.org/about/news/postgresql-186-1711-1615-1519-1424-and-19-beta-3-released-3365/
16 lines
661 B
Nix
16 lines
661 B
Nix
{
|
|
version = "14.24";
|
|
rev = "refs/tags/REL_14_24";
|
|
hash = "sha256-yfZJFXk10vJ4QEhbUXe1gtz8rBS2YOEcD3unEjSHzjk=";
|
|
muslPatches = {
|
|
disable-test-collate-icu-utf8 = {
|
|
url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";
|
|
hash = "sha256-jXe23AxnFjEl+TZQm4R7rStk2Leo08ctxMNmu1xr5zM=";
|
|
};
|
|
dont-use-locale-a = {
|
|
url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/dont-use-locale-a-on-musl.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";
|
|
hash = "sha256-fk+y/SvyA4Tt8OIvDl7rje5dLs3Zw+Ln1oddyYzerOo=";
|
|
};
|
|
};
|
|
}
|