about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-03 06:47:10 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-03 06:47:10 -0800
commit1cf9c63af1cc05f32f79e5f5234eed56662fd973 (patch)
treedb9dc43d39f70e35c4a1fc0b76042fc497c25c9e /pkgs/applications/graphics
parentde96413bbfc3deae4e81b48d7d973f836985c39c (diff)
downloadnixlib-1cf9c63af1cc05f32f79e5f5234eed56662fd973.tar
nixlib-1cf9c63af1cc05f32f79e5f5234eed56662fd973.tar.gz
nixlib-1cf9c63af1cc05f32f79e5f5234eed56662fd973.tar.bz2
nixlib-1cf9c63af1cc05f32f79e5f5234eed56662fd973.tar.lz
nixlib-1cf9c63af1cc05f32f79e5f5234eed56662fd973.tar.xz
nixlib-1cf9c63af1cc05f32f79e5f5234eed56662fd973.tar.zst
nixlib-1cf9c63af1cc05f32f79e5f5234eed56662fd973.zip
imagemagick7: 7.0.8-14 -> 7.0.8-22
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 8fb21e65c951..10cc55d3d2bb 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-14";
-    sha256 = "0pbrmzsjc8l4klfsz739rnmw61m712r82ryjl8ycvbxdzxwnwm9v";
+    version = "7.0.8-22";
+    sha256 = "1ivljgf192xh7pq1apdic923pvcb3aq74mx8d4hi65hhc9748gv7";
     patches = [];
   };
 in