imagemagick: 6.9.10-71 -> 6.9.11-14

This commit is contained in:
zowoq 2020-05-18 10:35:52 +10:00
parent 56ddb0a32a
commit 9efb29f978

View File

@ -13,8 +13,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
version = "6.9.10-71";
sha256 = "0c69xmr8k8c4dplgzxydm30s2dr8biq71x07hc15bw196nsx3srr";
version = "6.9.11-14";
sha256 = "0x51vf48g75cfp0mbwf3ckmlwa6v00592xx3gvrqzjzx7vlayjyg";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.