postgresql_10: 10.16 -> 10.17
Fixes: CVE-2021-32027, CVE-2021-32028 (cherry picked from commit 376197bc5e9501febea4b6ab46b8073374d52c08)
This commit is contained in:
parent
8d97696b86
commit
731e67c871
@ -205,9 +205,9 @@ in self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_10 = self.callPackage generic {
|
postgresql_10 = self.callPackage generic {
|
||||||
version = "10.16";
|
version = "10.17";
|
||||||
psqlSchema = "10.0"; # should be 10, but changing it is invasive
|
psqlSchema = "10.0"; # should be 10, but changing it is invasive
|
||||||
sha256 = "1cvv8qw0gkkczqhiwx6ns7w88dwkvdz4cvb2d4ff14363f5p2p53";
|
sha256 = "0v5jahkqm6gkq67s4bac3h7297bscn2ab6y128idi73cc1qq1wjs";
|
||||||
this = self.postgresql_10;
|
this = self.postgresql_10;
|
||||||
thisAttr = "postgresql_10";
|
thisAttr = "postgresql_10";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
Reference in New Issue
Block a user