summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2020-09-19 01:25:07 +0200
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-09-30 11:20:53 +1000
commit083b64c63fda576938b57eea00e3ac7e7b940055 (patch)
tree9994e78c71fa3cde0adb45497139592d82036357 /pkgs/applications/graphics/ImageMagick
parent703f052de185c3dd1218165e62b105a68e05e15f (diff)
imagemagick: 6.9.11-14 -> 6.9.11-29
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-rw-r--r--pkgs/applications/graphics/ImageMagick/default.nix4
1 files 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.