mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00: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
(cherry picked from commit 882c3b529c)
This commit is contained in:
@@ -106,9 +106,9 @@ in {
|
||||
};
|
||||
|
||||
postgresql94 = common {
|
||||
version = "9.4.19";
|
||||
version = "9.4.20";
|
||||
psqlSchema = "9.4";
|
||||
sha256 = "12qn9h47rkn4k41gdbxkkvg0pff43k1113jmhc83f19adc1nnxq3";
|
||||
sha256 = "0zzqjz5jrn624hzh04drpj6axh30a9k6bgawid6rwk45nbfxicgf";
|
||||
};
|
||||
|
||||
postgresql95 = common {
|
||||
|
||||
Reference in New Issue
Block a user