summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorkoral <koral@mailoo.org>2017-05-11 22:01:32 +0200
committerkoral <koral@mailoo.org>2017-05-11 22:01:32 +0200
commite55cf2cba335277b53e744abc391e3e07fb29a7e (patch)
treeeec7fb2202f6d646107f1e100e9eb07a424739c3 /pkgs/applications/graphics
parentc5badb123a2dd6e2b38dcd2ddbe73e13dc6b554f (diff)
downloadnixlib-e55cf2cba335277b53e744abc391e3e07fb29a7e.tar
nixlib-e55cf2cba335277b53e744abc391e3e07fb29a7e.tar.gz
nixlib-e55cf2cba335277b53e744abc391e3e07fb29a7e.tar.bz2
nixlib-e55cf2cba335277b53e744abc391e3e07fb29a7e.tar.lz
nixlib-e55cf2cba335277b53e744abc391e3e07fb29a7e.tar.xz
nixlib-e55cf2cba335277b53e744abc391e3e07fb29a7e.tar.zst
nixlib-e55cf2cba335277b53e744abc391e3e07fb29a7e.zip
imagemagick: 6.9.7-6 -> 6.9.8-4
Diffstat (limited to 'pkgs/applications/graphics')
-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 58a88e896816..1dd86978f390 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -12,8 +12,8 @@ let
     else throw "ImageMagick is not supported on this platform.";
 
   cfg = {
-    version = "6.9.7-6";
-    sha256 = "17pc3xz8srb9g5a5gkk6q9sjiss77fgm0wxxfmb5qya4rqivjpzn";
+    version = "6.9.8-4";
+    sha256 = "04fb0x8zc9z11127wsnxlzg0jcgs4xwlx8fxy4jac2y3mmmlzhm6";
     patches = [];
   }
     # Freeze version on mingw so we don't need to port the patch too often.