about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-14 04:07:25 +0000
committerJon <jonringer@users.noreply.github.com>2020-08-15 15:27:05 -0700
commit4887eb493f346eb5681850d4c2ffed3f8da6f3a2 (patch)
treec03fc5319315e61e41e59052c42b514e0a757cc6
parent8ab80f19f1a3fde6bbe56c16a1129f4eb645adad (diff)
imagemagick7: 7.0.10-25 -> 7.0.10-27
-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 8da44a7a060b7..e7abc94a42641 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.10-25";
-    sha256 = "15y07kgy4mx3qyxsbd9g6s2yaa2mxnfvfzas35jw0vz6qjjyaw5c";
+    version = "7.0.10-27";
+    sha256 = "1fqwbg2ws6ix3bymx7ncb4k4f6bg8q44n9xnlvngjapflnrmhcph";
     patches = [];
   };
 in