about summary refs log tree commit diff
path: root/pkgs/servers/sql/postgresql/13.nix
blob: 6347ad1572168fe0ada4cad6160fcf4892d1add8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import ./generic.nix {
  version = "13.15";
  hash = "sha256-Qu3UFURtM7jCQr520a0FdTGyJksuhpOTObcHXG5OySU=";
  muslPatches = {
    disable-test-collate-icu-utf8 = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/disable-test-collate.icu.utf8.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b";
      hash = "sha256-jS/qxezaiaKhkWeMCXwpz1SDJwUWn9tzN0uKaZ3Ph2Y=";
    };
  };
}