Merge pull request #125456 from marsam/init-postgresql_14

postgresql_14: init at beta 1
This commit is contained in:
Mario Rodas
2021-06-08 21:47:33 -05:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
+9
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;
};
}
+1
View File
@@ -19689,6 +19689,7 @@ in
postgresql_11
postgresql_12
postgresql_13
postgresql_14
;
postgresql = postgresql_11.override { this = postgresql; };
postgresqlPackages = recurseIntoAttrs postgresql.pkgs;