postgresql_11: 11.11 -> 11.12

Fixes: CVE-2021-32027, CVE-2021-32028, CVE-2021-32029
This commit is contained in:
Martin Weinelt 2021-06-05 04:54:53 +02:00
parent b786157de8
commit daedf20fa6

View file

@ -215,9 +215,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.11";
version = "11.12";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "0v0qk298nxmpzpgsxcsxma328hdkyzd7fwjs0zsn6zavl5zpnq20";
sha256 = "016bacpmqxc676ipzc1l8zv1jj44mjz7dv7jhqazg3ibdfqxiyc7";
this = self.postgresql_11;
thisAttr = "postgresql_11";
inherit self;