1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

postgresql_9_4: 9.4.19 -> 9.4.20

See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
This commit is contained in:
Lancelot SIX 2018-11-08 15:27:21 +01:00
parent 5d37d63388
commit 882c3b529c
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

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