postgresql_9_6: 9.6.21 -> 9.6.22
Fixes: CVE-2021-32027, CVE-2021-32028
This commit is contained in:
parent
376197bc5e
commit
062e1e595f
1 changed files with 2 additions and 2 deletions
|
@ -196,9 +196,9 @@ let
|
||||||
in self: {
|
in self: {
|
||||||
|
|
||||||
postgresql_9_6 = self.callPackage generic {
|
postgresql_9_6 = self.callPackage generic {
|
||||||
version = "9.6.21";
|
version = "9.6.22";
|
||||||
psqlSchema = "9.6";
|
psqlSchema = "9.6";
|
||||||
sha256 = "0d0ngpadf1i7c0i2psaxcbmiwx8334ibcsn283n9fp4853pyl3wk";
|
sha256 = "0c19kzrj5ib5ygmavf5d6qvxdwrxzzz6jz1r2dl5b815208cscix";
|
||||||
this = self.postgresql_9_6;
|
this = self.postgresql_9_6;
|
||||||
thisAttr = "postgresql_9_6";
|
thisAttr = "postgresql_9_6";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
|
Loading…
Reference in a new issue