postgresql_11: 11.11 -> 11.12
Fixes: CVE-2021-32027, CVE-2021-32028, CVE-2021-32029 (cherry picked from commit daedf20fa605c859a3c4b4c60d1ad0ba88261d4e)
This commit is contained in:
parent
942a01e232
commit
8d97696b86
@ -215,9 +215,9 @@ in self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_11 = self.callPackage generic {
|
postgresql_11 = self.callPackage generic {
|
||||||
version = "11.11";
|
version = "11.12";
|
||||||
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
||||||
sha256 = "0v0qk298nxmpzpgsxcsxma328hdkyzd7fwjs0zsn6zavl5zpnq20";
|
sha256 = "016bacpmqxc676ipzc1l8zv1jj44mjz7dv7jhqazg3ibdfqxiyc7";
|
||||||
this = self.postgresql_11;
|
this = self.postgresql_11;
|
||||||
thisAttr = "postgresql_11";
|
thisAttr = "postgresql_11";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user