imagemagick: 6.9.5-10 -> 6.9.6-2 for CVE-2016-7799, CVE-2016-7906

This commit is contained in:
Graham Christensen 2016-10-13 06:54:41 -04:00
parent fcd4b7ea58
commit 241cd0e5db
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

@ -11,8 +11,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
version = "6.9.5-10";
sha256 = "0cxjzqzca80vf6sfx4z9zq4wq2w0vy9ajp9kf88jb4na8mwsn198";
version = "6.9.6-2";
sha256 = "139h9lycxw3lszn052m34xm0rqyanin4nb529vxjcrkkzqilh91r";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.