summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-24 22:32:15 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-24 22:32:15 -0700
commitf85d7f45b49535e7a97d91dc54b64489ba0fd75e (patch)
tree8b3d7cbc98414c72410014e167da7e82b1c1d343 /pkgs/applications/graphics
parent2cc644411361fcdde9c9b3b84d1ddd8d87c435af (diff)
downloadnixpkgs-f85d7f45b49535e7a97d91dc54b64489ba0fd75e.tar
nixpkgs-f85d7f45b49535e7a97d91dc54b64489ba0fd75e.tar.gz
nixpkgs-f85d7f45b49535e7a97d91dc54b64489ba0fd75e.tar.bz2
nixpkgs-f85d7f45b49535e7a97d91dc54b64489ba0fd75e.tar.lz
nixpkgs-f85d7f45b49535e7a97d91dc54b64489ba0fd75e.tar.xz
nixpkgs-f85d7f45b49535e7a97d91dc54b64489ba0fd75e.tar.zst
nixpkgs-f85d7f45b49535e7a97d91dc54b64489ba0fd75e.zip
imagemagick7: 7.0.8-22 -> 7.0.8-34
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/imagemagick/versions
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 f8753ecd1eb..be4f69a96d4 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