postgresql_11: 11.0 -> 11.1

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:31:13 +01:00
parent 575151eb08
commit 3cbc20e8c4
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -130,9 +130,9 @@ in {
}; };
postgresql_11 = common { postgresql_11 = common {
version = "11.0"; version = "11.1";
psqlSchema = "11.0"; psqlSchema = "11.0";
sha256 = "0szk9ssfych1wlpyqxz3z6dllg1l6m5labpii8c2r463s01vm6xz"; sha256 = "026v0sicsh7avzi45waf8shcbhivyxmi7qgn9fd1x0vl520mx0ch";
}; };
} }