Merge pull request #125456 from marsam/init-postgresql_14
postgresql_14: init at beta 1
This commit is contained in:
@@ -240,4 +240,13 @@ in self: {
|
||||
thisAttr = "postgresql_13";
|
||||
inherit self;
|
||||
};
|
||||
|
||||
postgresql_14 = self.callPackage generic {
|
||||
version = "14beta1";
|
||||
psqlSchema = "14";
|
||||
sha256 = "0lih2iykychhvis3mxqyp087m1hld3lyi48n3qwd2js44prxv464";
|
||||
this = self.postgresql_14;
|
||||
thisAttr = "postgresql_14";
|
||||
inherit self;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -19689,6 +19689,7 @@ in
|
||||
postgresql_11
|
||||
postgresql_12
|
||||
postgresql_13
|
||||
postgresql_14
|
||||
;
|
||||
postgresql = postgresql_11.override { this = postgresql; };
|
||||
postgresqlPackages = recurseIntoAttrs postgresql.pkgs;
|
||||
|
||||
Reference in New Issue
Block a user