postgresql95: 9.5.10 -> 9.5.11

See https://www.postgresql.org/docs/9.5/static/release-9-5-11.html for
release information.
This commit is contained in:
Lancelot SIX 2018-02-21 15:35:24 +01:00
parent 10ef07fd62
commit 67e45dfd58
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -105,9 +105,9 @@ in {
};
postgresql95 = common {
version = "9.5.10";
version = "9.5.11";
psqlSchema = "9.5";
sha256 = "10gjfn16bhzkmlqfsn384w49db0j39bg3n4majwxdpjd17g7lpcl";
sha256 = "1pf8fwx8a6vn344b80a1bf2p4hjg06sh69kb2qwswxbsw9scv0l1";
};
postgresql96 = common {