summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/sql/postgresql/15.nix
blob: b26a89a2c36a8e257ec001b0142f58d42b29c766 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  version = "15.19";
  rev = "refs/tags/REL_15_19";
  hash = "sha256-y5QarcJSMifu+ctjsQOdG/Njo9KvFvIgncBJBjCVG3Y=";
  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=";
    };
  };
}