summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-05-18 10:35:52 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-05-24 10:49:39 +1000
commit9efb29f9784c3b4f122a20801b1feb1c47d45e83 (patch)
tree31ec3ed023508b1e2e99c63357a12d9c2b6a3f2d /pkgs/applications/graphics/ImageMagick
parent56ddb0a32acb6a93704384e5de93645eb1e66800 (diff)
imagemagick: 6.9.10-71 -> 6.9.11-14
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 0ded57b1a72c..56f88fc4ef73 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.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.