summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorHoang Xuan Phu <phuhimself@phunehehe.net>2017-08-17 11:09:45 +0800
committerFranz Pletz <fpletz@fnordicwalking.de>2017-08-18 15:52:56 +0200
commitb4c7d595c859c5c4ef57d2fa50bb16c207d29b3c (patch)
tree807c87ef3f6459af64b11e469d40d318cf14bfbb /pkgs/applications/graphics/ImageMagick
parent8d53bfe51b5b570dcd5a1f7d47de2f7a16240864 (diff)
downloadnixlib-b4c7d595c859c5c4ef57d2fa50bb16c207d29b3c.tar
nixlib-b4c7d595c859c5c4ef57d2fa50bb16c207d29b3c.tar.gz
nixlib-b4c7d595c859c5c4ef57d2fa50bb16c207d29b3c.tar.bz2
nixlib-b4c7d595c859c5c4ef57d2fa50bb16c207d29b3c.tar.lz
nixlib-b4c7d595c859c5c4ef57d2fa50bb16c207d29b3c.tar.xz
nixlib-b4c7d595c859c5c4ef57d2fa50bb16c207d29b3c.tar.zst
nixlib-b4c7d595c859c5c4ef57d2fa50bb16c207d29b3c.zip
imagemagick: 6.9.9-3 -> 6.9.9-7
The old release has been removed from https://www.imagemagick.org/download/releases/ causing new builds to fail.
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 48a29e147f01..e31c249bb93b 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.9-3";
-    sha256 = "1bfg334nxkxhsm6h0hb0vwd9aiz031qa0w8w8hmhdk8m4wawshrg";
+    version = "6.9.9-7";
+    sha256 = "1lwsz9b8clygdppgawv2hsry4aykgmawjlwhg3fj70rndv4a8rw4";
     patches = [];
   }
     # Freeze version on mingw so we don't need to port the patch too often.