From 083b64c63fda576938b57eea00e3ac7e7b940055 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Sat, 19 Sep 2020 01:25:07 +0200 Subject: [PATCH] imagemagick: 6.9.11-14 -> 6.9.11-29 --- pkgs/applications/graphics/ImageMagick/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix index 7a2ae8e4d66f..c3945a57d270 100644 --- a/pkgs/applications/graphics/ImageMagick/default.nix +++ b/pkgs/applications/graphics/ImageMagick/default.nix @@ -13,8 +13,8 @@ let else throw "ImageMagick is not supported on this platform."; cfg = { - version = "6.9.11-14"; - sha256 = "0x51vf48g75cfp0mbwf3ckmlwa6v00592xx3gvrqzjzx7vlayjyg"; + version = "6.9.11-29"; + sha256 = "0adjdpi91ya0g3v7y503n95833m25aibkim5swg5lnwjrba407hg"; patches = []; } # Freeze version on mingw so we don't need to port the patch too often.