postgresql95: 9.5.11 -> 9.5.12

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-04-15 19:35:37 -05:00
parent 1e3e134b04
commit 7c9f817abe

View File

@ -105,9 +105,9 @@ in {
};
postgresql95 = common {
version = "9.5.11";
version = "9.5.12";
psqlSchema = "9.5";
sha256 = "1pf8fwx8a6vn344b80a1bf2p4hjg06sh69kb2qwswxbsw9scv0l1";
sha256 = "167nlrpsnqz63gafgn21j4yc2f5g1mpfkz8qxjxk2xs6crf6zs02";
};
postgresql96 = common {