about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/sql/postgresql/12.nix
blob: 9e0388be04513328d82ff19a2c609fd87146c4f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import ./generic.nix {
  version = "12.18";
  hash = "sha256-T5kZcl2UHOmGjgf+HtHTqGdIWZtIM4ZUdYOSi3TDkYo=";
  muslPatches = {
    icu-collations-hack = {
      url = "https://git.alpinelinux.org/aports/plain/testing/postgresql12/icu-collations-hack.patch?id=d5227c91adda59d4e7f55f13468f0314e8869174";
      hash = "sha256-wuwjvGHArkRNwFo40g3p43W32OrJohretlt6iSRlJKg=";
    };
  };
}