summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-04-07 14:57:33 -0700
committerGitHub <noreply@github.com>2019-04-07 14:57:33 -0700
commit70e4ae97e894e0f1a949897b2fe33e828462cbe1 (patch)
treea3956b40f28933f1af1ff0171717a4fd13655e00 /pkgs/applications/graphics
parente0205c119ff923cd1042be48e520a8e2c7457bf8 (diff)
parentf85d7f45b49535e7a97d91dc54b64489ba0fd75e (diff)
downloadnixpkgs-70e4ae97e894e0f1a949897b2fe33e828462cbe1.tar
nixpkgs-70e4ae97e894e0f1a949897b2fe33e828462cbe1.tar.gz
nixpkgs-70e4ae97e894e0f1a949897b2fe33e828462cbe1.tar.bz2
nixpkgs-70e4ae97e894e0f1a949897b2fe33e828462cbe1.tar.lz
nixpkgs-70e4ae97e894e0f1a949897b2fe33e828462cbe1.tar.xz
nixpkgs-70e4ae97e894e0f1a949897b2fe33e828462cbe1.tar.zst
nixpkgs-70e4ae97e894e0f1a949897b2fe33e828462cbe1.zip
Merge pull request #58241 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.8-22 -> 7.0.8-34
Diffstat (limited to 'pkgs/applications/graphics')
-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 efbf5864faa..746bddd5416 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-22";
-    sha256 = "1ivljgf192xh7pq1apdic923pvcb3aq74mx8d4hi65hhc9748gv7";
+    version = "7.0.8-34";
+    sha256 = "0szkzwy0jzmwx4kqli21jq8pk3s53v37q0nsaqzascs3mpkbza2s";
     patches = [];
   };
 in