postgresql_12: 12.11 -> 12.12
fixes CVE-2022-2625
This commit is contained in:
parent
4059636757
commit
2793fbe755
1 changed files with 2 additions and 2 deletions
|
@ -220,9 +220,9 @@ in self: {
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql_12 = self.callPackage generic {
|
postgresql_12 = self.callPackage generic {
|
||||||
version = "12.11";
|
version = "12.12";
|
||||||
psqlSchema = "12";
|
psqlSchema = "12";
|
||||||
hash = "sha256-ECYkil/Svur0PkxyNqyBflbVi2gaM1hWRl37x1s+gwI=";
|
hash = "sha256-NLPxxpQI4iBowMcbGCdpHxyJFTsK1XbBpE+JIKhYA5w=";
|
||||||
this = self.postgresql_12;
|
this = self.postgresql_12;
|
||||||
thisAttr = "postgresql_12";
|
thisAttr = "postgresql_12";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
|
Loading…
Reference in a new issue