aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-11-05 15:15:41 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2017-11-05 16:42:24 +0100
commit611829ba42f833c4627063c2510c4209486db074 (patch)
tree91270dbb7f2b952c80b687247bedea49dfd28a2c /pkgs/applications/graphics/ImageMagick
parent0d9f2f0bb497020af31c93706cdf970a3db4bdfc (diff)
imagemagick: 6.9.9-20 -> 6.9.9-21
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 35e4fb989b3..507912ee43e 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -14,8 +14,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
- version = "6.9.9-20";
- sha256 = "1pz8clmhnq26vdsp1j21czq3nfbvrmfdz30k7na7w4vh7wqxsrx1";
+ version = "6.9.9-21";
+ sha256 = "0241g3c207rawn61bz8rc5gz55k5mi2b0n3zlwa0jv9xczlkd6a9";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.