postgresql_12: 12.3 -> 12.4

Release notes: https://www.postgresql.org/docs/12/release-12-4.html
This commit is contained in:
Mario Rodas 2020-08-13 20:04:00 -05:00
parent d242f33afb
commit fd741310af
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.3";
version = "12.4";
psqlSchema = "12";
sha256 = "0hfg3n7rlz96579cj3z1dh2idl15rh3wfvn8jl31jj4h2yk69vcl";
sha256 = "1k06wryy8p4s1fim9qafcjlak3f58l0wqaqnrccr9x9j5jz3zsdy";
this = self.postgresql_12;
inherit self;
};