3
0
Fork 0
forked from mirrors/nixpkgs

imagemagick: 6.9.9-15 -> 6.9.9-20

This commit is contained in:
Franz Pletz 2017-10-23 22:16:36 +02:00
parent 74ef9c60e9
commit 6af0de6478
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-15";
sha256 = "0bxgdc1qiyvag6a2iiqcbwp4ak0m1mzi9qhs51fbrvv6syy12m6c";
version = "6.9.9-20";
sha256 = "1pz8clmhnq26vdsp1j21czq3nfbvrmfdz30k7na7w4vh7wqxsrx1";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.