postgresql_9_6: 9.6.21 -> 9.6.22

Fixes: CVE-2021-32027, CVE-2021-32028
(cherry picked from commit 062e1e595fe8bde889c73c2954fb2c5617dcf42c)
This commit is contained in:
Martin Weinelt 2021-06-05 04:55:36 +02:00 committed by github-actions[bot]
parent 731e67c871
commit 4a7770bfd6
1 changed files with 2 additions and 2 deletions

View File

@ -196,9 +196,9 @@ let
in self: {
postgresql_9_6 = self.callPackage generic {
version = "9.6.21";
version = "9.6.22";
psqlSchema = "9.6";
sha256 = "0d0ngpadf1i7c0i2psaxcbmiwx8334ibcsn283n9fp4853pyl3wk";
sha256 = "0c19kzrj5ib5ygmavf5d6qvxdwrxzzz6jz1r2dl5b815208cscix";
this = self.postgresql_9_6;
thisAttr = "postgresql_9_6";
inherit self;