mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Removes all the indentation in generic.nix, which is possible because we're not calling the generic function recursively anymore anyway.
11 lines
394 B
Nix
11 lines
394 B
Nix
{
|
|
version = "15.18";
|
|
rev = "refs/tags/REL_15_18";
|
|
hash = "sha256-tw1zzgLXx7Jr4bi8rMKRmTJzOSQFGvrP2nHr9FcVrjs=";
|
|
muslPatches = {
|
|
dont-use-locale-a = {
|
|
url = "https://git.alpinelinux.org/aports/plain/main/postgresql15/dont-use-locale-a-on-musl.patch?id=f424e934e6d076c4ae065ce45e734aa283eecb9c";
|
|
hash = "sha256-fk+y/SvyA4Tt8OIvDl7rje5dLs3Zw+Ln1oddyYzerOo=";
|
|
};
|
|
};
|
|
}
|