postgresql100: init at 10.0
This commit is contained in:
parent
662f82aee8
commit
b02b224027
@ -114,4 +114,10 @@ in {
|
|||||||
sha256 = "0k3ls2x182jz6djjiqj9kycddabdl2gk1y1ajq1vipnxwfki5nh6";
|
sha256 = "0k3ls2x182jz6djjiqj9kycddabdl2gk1y1ajq1vipnxwfki5nh6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postgresql100 = common {
|
||||||
|
version = "10.0";
|
||||||
|
psqlSchema = "10.0";
|
||||||
|
sha256 = "1lbzwpmdxmk5bh0ix0rn72qbd52dq5cb55nzajscb0bvwa95abvi";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -11778,7 +11778,8 @@ with pkgs;
|
|||||||
postgresql93
|
postgresql93
|
||||||
postgresql94
|
postgresql94
|
||||||
postgresql95
|
postgresql95
|
||||||
postgresql96;
|
postgresql96
|
||||||
|
postgresql100;
|
||||||
|
|
||||||
postgresql_jdbc = callPackage ../servers/sql/postgresql/jdbc { };
|
postgresql_jdbc = callPackage ../servers/sql/postgresql/jdbc { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user