postgresql96: 9.6.8 -> 9.6.9

Fixes CVE-2018-1115

Release notes: https://www.postgresql.org/docs/10/static/release-9-6-9.html
This commit is contained in:
Silvan Mosberger
2018-07-20 11:50:41 -05:00
committed by Austin Seipp
parent ac5fdda5a6
commit d066cecd7d
+2 -2
View File
@@ -113,9 +113,9 @@ in {
}; };
postgresql96 = common { postgresql96 = common {
version = "9.6.8"; version = "9.6.9";
psqlSchema = "9.6"; psqlSchema = "9.6";
sha256 = "0w7bwf19wbdd3jjbjv03cnx56qka4801srcbsayk9v792awv7zga"; sha256 = "0biy8j69dbvdmrag55pdszpc0702agzqhhcwdx21xp02mzim4ydr";
}; };
postgresql100 = common { postgresql100 = common {