postgresql_12: 12.0 -> 12.1

Release notes: https://www.postgresql.org/docs/12/release-12-1.html
This commit is contained in:
Mario Rodas 2019-11-14 20:04:00 -05:00
parent ac5cdc41b2
commit f2c73ca221
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -212,9 +212,9 @@ in self: {
}; };
postgresql_12 = self.callPackage generic { postgresql_12 = self.callPackage generic {
version = "12.0"; version = "12.1";
psqlSchema = "12"; psqlSchema = "12";
sha256 = "1ijm13gx1d9ai09n26nbdc77n9b8akh6pj21yy9vfn7p2mr3k8nd"; sha256 = "1vc3hjcbgkdfczc1ipkk02rahabn7fabpb7qs203jxpnpamz76x0";
this = self.postgresql_12; this = self.postgresql_12;
inherit self; inherit self;
}; };