summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2019-11-16 23:13:24 +0100
committerpacien <pacien.trangirard@pacien.net>2019-11-16 23:13:24 +0100
commit6a059ee5fe91d87ec376c8ed3f2e01fc6723007b (patch)
tree5338ec625b61c181f3f7584d07269be57d5fed54 /pkgs/applications/graphics/ImageMagick
parent2594aa5917bf29ba8f4499dc661d6562fe736c22 (diff)
imagemagick: 6.9.10-69 -> 6.9.10-71
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 2a4845659565..9cfccc7425bb 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-69";
- sha256 = "0l4lllis16gbwjpvvsyfz91i9nq11zb3lg2zlmyay7v5697jshh6";
+ version = "6.9.10-71";
+ sha256 = "0c69xmr8k8c4dplgzxydm30s2dr8biq71x07hc15bw196nsx3srr";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.