postgresql_12: 12.2 -> 12.3

Release notes: https://www.postgresql.org/docs/current/release-12-3.html
This commit is contained in:
Mario Rodas 2020-05-15 04:24:00 -05:00
parent 070c330f9b
commit 490cce07a5
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -214,9 +214,9 @@ in self: {
};
postgresql_12 = self.callPackage generic {
version = "12.2";
version = "12.3";
psqlSchema = "12";
sha256 = "1pmmd59pvfs50gsi728bw9f1jl59xghsjdanfimph0659x6cq7dd";
sha256 = "0hfg3n7rlz96579cj3z1dh2idl15rh3wfvn8jl31jj4h2yk69vcl";
this = self.postgresql_12;
inherit self;
};