postgresql100: 10.3 -> 10.4

Fixes CVE-2018-1115

Release notes: https://www.postgresql.org/docs/10/static/release-10-4.html
This commit is contained in:
Silvan Mosberger 2018-07-20 17:16:58 +02:00 committed by Austin Seipp
parent d066cecd7d
commit 446ec6df2d

View File

@ -119,9 +119,9 @@ in {
};
postgresql100 = common {
version = "10.3";
version = "10.4";
psqlSchema = "10.0";
sha256 = "06lkcwsf851z49zqcws5yc77s2yrbaazf2nvbk38hpp31rw6i8kf";
sha256 = "0j000bcs9w8wrllg8m7j1lxsd3n2x0yzkack5p35cmxx20iq2q0v";
};
}