summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-07-17 15:54:40 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-07-17 15:54:40 +0200
commitcff27d574e4ea0976bd71edf7e496cfd67176da3 (patch)
tree8d0aba0994196d1c3214cdc8970fa785a117fd25 /pkgs/applications/graphics/ImageMagick
parent0e9676f62e293f35ea1d6495a69520c2bc65c542 (diff)
downloadnixlib-cff27d574e4ea0976bd71edf7e496cfd67176da3.tar
nixlib-cff27d574e4ea0976bd71edf7e496cfd67176da3.tar.gz
nixlib-cff27d574e4ea0976bd71edf7e496cfd67176da3.tar.bz2
nixlib-cff27d574e4ea0976bd71edf7e496cfd67176da3.tar.lz
nixlib-cff27d574e4ea0976bd71edf7e496cfd67176da3.tar.xz
nixlib-cff27d574e4ea0976bd71edf7e496cfd67176da3.tar.zst
nixlib-cff27d574e4ea0976bd71edf7e496cfd67176da3.zip
imagemagick7: 7.0.6-0 -> 7.0.6-1
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-rw-r--r--pkgs/applications/graphics/ImageMagick/7.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix
index 5eaf488fff53..1a854a82bf07 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -13,8 +13,8 @@ let
     else throw "ImageMagick is not supported on this platform.";
 
   cfg = {
-    version = "7.0.6-0";
-    sha256 = "1vl9mkdp5pskl4lxd1p79ayv1k3gxpa8iz992d302qyllhm7wn1i";
+    version = "7.0.6-1";
+    sha256 = "1i3gsc0ps7cbvfmnk6fbi5hng18jwh4x4dqbz90a45x85023w9vs";
     patches = [];
   };
 in