postgresql_9_4: 9.4.19 -> 9.4.20

See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850

(cherry picked from commit 882c3b529c)
This commit is contained in:
Lancelot SIX
2018-11-08 15:27:21 +01:00
parent 2f3573359b
commit c022a69fd9

View File

@@ -106,9 +106,9 @@ in {
};
postgresql94 = common {
version = "9.4.19";
version = "9.4.20";
psqlSchema = "9.4";
sha256 = "12qn9h47rkn4k41gdbxkkvg0pff43k1113jmhc83f19adc1nnxq3";
sha256 = "0zzqjz5jrn624hzh04drpj6axh30a9k6bgawid6rwk45nbfxicgf";
};
postgresql95 = common {