summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-22 12:58:33 -0700
committerMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-25 01:39:30 -0500
commitd4930aceaf36f45912c6c06d41e7ed0d8b14a5a2 (patch)
tree7816d70ccdf9b2d9c8c724fa59381a4360889b67 /pkgs/applications/graphics
parent0beff72eaea15881fd253731a5493a1a41397c2d (diff)
downloadnixlib-d4930aceaf36f45912c6c06d41e7ed0d8b14a5a2.tar
nixlib-d4930aceaf36f45912c6c06d41e7ed0d8b14a5a2.tar.gz
nixlib-d4930aceaf36f45912c6c06d41e7ed0d8b14a5a2.tar.bz2
nixlib-d4930aceaf36f45912c6c06d41e7ed0d8b14a5a2.tar.lz
nixlib-d4930aceaf36f45912c6c06d41e7ed0d8b14a5a2.tar.xz
nixlib-d4930aceaf36f45912c6c06d41e7ed0d8b14a5a2.tar.zst
nixlib-d4930aceaf36f45912c6c06d41e7ed0d8b14a5a2.zip
imagemagick7: 7.0.7-22 -> 7.0.7-27
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.quAyurRyhL /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- ran `/nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27/bin/magick -h` got 0 exit code
- ran `/nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27/bin/magick --help` got 0 exit code
- ran `/nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27/bin/magick help` got 0 exit code
- ran `/nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27/bin/magick --version` and found version 7.0.7-27
- found 7.0.7-27 with grep in /nix/store/8n4a2v0wfmzlk9n2bdv919ybg17bai8c-imagemagick-7.0.7-27
- directory tree listing: https://gist.github.com/4c89cc9d32b6739922d277619629d087
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 e716146ec7a9..410c74ac6cfa 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.7-22";
-    sha256 = "1ad7mwx48xrkvm3v060n2f67kmi0qk7gfql1shiwbkkjvzzaaiam";
+    version = "7.0.7-27";
+    sha256 = "04v7m1s2a89xi57fpxbq30hzxqg3fawr3lms6wfmaq4j2ax0qw6k";
     patches = [];
   };
 in