postgresql_14: init at beta1

https://www.postgresql.org/docs/14/release-14.html
This commit is contained in:
Mario Rodas 2021-06-02 04:20:00 +00:00
parent 789ffa23af
commit 285fa468b1
2 changed files with 10 additions and 0 deletions

View file

@ -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;
};
}

View file

@ -19636,6 +19636,7 @@ in
postgresql_11
postgresql_12
postgresql_13
postgresql_14
;
postgresql = postgresql_11.override { this = postgresql; };
postgresqlPackages = recurseIntoAttrs postgresql.pkgs;