about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliButz <WilliButz@users.noreply.github.com>2019-08-18 23:43:46 +0200
committerGitHub <noreply@github.com>2019-08-18 23:43:46 +0200
commit066136034c08be061d1ea40d7b3a12532d7f4f17 (patch)
tree595505eceae94808907f3fdcf11740a99e946107 /pkgs
parent2a7542c514e7307e097d29c60613c63e528b65c3 (diff)
parent167ccf73c452ffdeec97978e819f3100985c9c0c (diff)
Merge pull request #65945 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.8-53 -> 7.0.8-58
Diffstat (limited to 'pkgs')
-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 2bd2207a97a41..003a17aa3d44c 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.8-53";
-    sha256 = "0cgfsng2d14891fqwf7mlclsi576c42v0h5r6i4208bakcr25vzk";
+    version = "7.0.8-58";
+    sha256 = "0yfw32nydwy7ag7ina1zc6yssa146x4v35hjv6v59bci9mmj9fb1";
     patches = [];
   };
 in