summaryrefslogtreecommitdiff
path: root/pkgs/servers/sql/postgresql/17.nix
blob: c5298a23de817d2da52e8cde105f67f79af1c38a (plain)
1
2
3
4
5
6
7
8
9
10
11
import ./generic.nix {
  version = "17.10";
  rev = "refs/tags/REL_17_10";
  hash = "sha256-3ZAqlT3R8ywhNH13oqz2VUbSwpOJ2JaICbxZ29awaMw=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
      hash = "sha256-6zjz3OpMx4qTETdezwZxSJPPdOvhCNu9nXvAaU9SwH8=";
    };
  };
}