mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
postgresql_14: init at beta1
https://www.postgresql.org/docs/14/release-14.html
This commit is contained in:
parent
789ffa23af
commit
285fa468b1
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -19636,6 +19636,7 @@ in
|
||||
postgresql_11
|
||||
postgresql_12
|
||||
postgresql_13
|
||||
postgresql_14
|
||||
;
|
||||
postgresql = postgresql_11.override { this = postgresql; };
|
||||
postgresqlPackages = recurseIntoAttrs postgresql.pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user