postgresql_9_6: 9.6.10 -> 9.6.11
See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
This commit is contained in:
parent
f703ea62a0
commit
1670fd115d
1 changed files with 2 additions and 2 deletions
|
@ -118,9 +118,9 @@ in {
|
|||
};
|
||||
|
||||
postgresql_9_6 = common {
|
||||
version = "9.6.10";
|
||||
version = "9.6.11";
|
||||
psqlSchema = "9.6";
|
||||
sha256 = "09l4zqs74fqnazdsyln9x657mq3wsbgng9wpvq71yh26cv2sq5c6";
|
||||
sha256 = "0c55akrkzqd6p6a8hr0338wk246hl76r9j16p4zn3s51d7f0l99q";
|
||||
};
|
||||
|
||||
postgresql_10 = common {
|
||||
|
|
Loading…
Reference in a new issue