3
0
Fork 0
forked from mirrors/nixpkgs

postgresql_14: beta1 -> beta3

This commit is contained in:
Mario Rodas 2021-09-01 04:20:00 +00:00
parent 3290dd08a2
commit 90ebe5f6b9

View file

@ -244,9 +244,9 @@ in self: {
}; };
postgresql_14 = self.callPackage generic { postgresql_14 = self.callPackage generic {
version = "14beta1"; version = "14beta3";
psqlSchema = "14"; psqlSchema = "14";
sha256 = "0lih2iykychhvis3mxqyp087m1hld3lyi48n3qwd2js44prxv464"; sha256 = "1yjbc8q4hk9pvlfr3lwhk2zp4bavxqpil83ncl871nwk06c6b8if";
this = self.postgresql_14; this = self.postgresql_14;
thisAttr = "postgresql_14"; thisAttr = "postgresql_14";
inherit self; inherit self;