postgresql_12: 12.1 -> 12.2

Release notes: https://www.postgresql.org/docs/current/release-12-2.html
This commit is contained in:
Mario Rodas 2020-02-14 00:04:00 -05:00
parent 3668174836
commit bfdb8f99ce

View file

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