imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEs

Too many CVEs to list because they are not tracked upstream by release
versions.
This commit is contained in:
Franz Pletz 2017-09-26 14:39:10 +02:00
parent 05d79c03ec
commit 2d854c4c92
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -14,8 +14,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
version = "6.9.9-7";
sha256 = "1lwsz9b8clygdppgawv2hsry4aykgmawjlwhg3fj70rndv4a8rw4";
version = "6.9.9-15";
sha256 = "0bxgdc1qiyvag6a2iiqcbwp4ak0m1mzi9qhs51fbrvv6syy12m6c";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.