summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-07 10:07:00 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-07 10:07:00 +0000
commit442a8644feeafeca8c6f8825161ca38d25e841cf (patch)
tree04ac1dc7ff8849a6ed3bd9462f23ffd0d745e957
parentf0d8828b86c8105f722e9b1cceec50bcba1c9df6 (diff)
downloadnixpkgs-442a8644feeafeca8c6f8825161ca38d25e841cf.tar
nixpkgs-442a8644feeafeca8c6f8825161ca38d25e841cf.tar.gz
nixpkgs-442a8644feeafeca8c6f8825161ca38d25e841cf.tar.bz2
nixpkgs-442a8644feeafeca8c6f8825161ca38d25e841cf.tar.lz
nixpkgs-442a8644feeafeca8c6f8825161ca38d25e841cf.tar.xz
nixpkgs-442a8644feeafeca8c6f8825161ca38d25e841cf.tar.zst
nixpkgs-442a8644feeafeca8c6f8825161ca38d25e841cf.zip
imagemagick7: 7.0.10-46 -> 7.0.10-61
-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 ee608b7538f..58c47721b6b 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -14,8 +14,8 @@ let
     else throw "ImageMagick is not supported on this platform.";
 
   cfg = {
-    version = "7.0.10-46";
-    sha256 = "019l1qv8ds8hvyjwi1g21293a7v28bxf8ycnvr9828kpdhf4jxaa";
+    version = "7.0.10-61";
+    sha256 = "sha256-c/90N5H9iz5JYmn7/ynHgSOAmO5NTtkxajChZvjfMP8=";
     patches = [];
   };
 in