postgresql100: init at 10.0

This commit is contained in:
Franz Pletz 2017-10-07 00:50:44 +02:00
parent 662f82aee8
commit b02b224027
No known key found for this signature in database
GPG key ID: 846FDED7792617B4
2 changed files with 8 additions and 1 deletions

View file

@ -114,4 +114,10 @@ in {
sha256 = "0k3ls2x182jz6djjiqj9kycddabdl2gk1y1ajq1vipnxwfki5nh6";
};
postgresql100 = common {
version = "10.0";
psqlSchema = "10.0";
sha256 = "1lbzwpmdxmk5bh0ix0rn72qbd52dq5cb55nzajscb0bvwa95abvi";
};
}

View file

@ -11778,7 +11778,8 @@ with pkgs;
postgresql93
postgresql94
postgresql95
postgresql96;
postgresql96
postgresql100;
postgresql_jdbc = callPackage ../servers/sql/postgresql/jdbc { };