Merge pull request #31964 from srhb/imagemagick-up

imagemagick: 6.9.9-21 -> 6.9.9-23
This commit is contained in:
Graham Christensen 2017-11-23 07:27:59 -05:00 committed by GitHub
commit e1c020d6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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