mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
postgresql_11: init at 11.0
This commit is contained in:
parent
c6c7d55790
commit
91c746cacc
@ -9,7 +9,7 @@ import ./make-test.nix ({ pkgs, ...} : {
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.postgresql = let mypg = pkgs.postgresql_10; in {
|
||||
services.postgresql = let mypg = pkgs.postgresql_11; in {
|
||||
enable = true;
|
||||
package = mypg;
|
||||
extraPlugins = [ (pkgs.postgis.override { postgresql = mypg; }) ];
|
||||
|
@ -129,4 +129,10 @@ in {
|
||||
sha256 = "04a07jkvc5s6zgh6jr78149kcjmsxclizsqabjw44ld4j5n633kc";
|
||||
};
|
||||
|
||||
postgresql_11 = common {
|
||||
version = "11.0";
|
||||
psqlSchema = "11.0";
|
||||
sha256 = "0szk9ssfych1wlpyqxz3z6dllg1l6m5labpii8c2r463s01vm6xz";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -13610,7 +13610,8 @@ with pkgs;
|
||||
postgresql_9_4
|
||||
postgresql_9_5
|
||||
postgresql_9_6
|
||||
postgresql_10;
|
||||
postgresql_10
|
||||
postgresql_11;
|
||||
|
||||
postgresql_jdbc = callPackage ../servers/sql/postgresql/jdbc { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user