summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick/7.0.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 21:54:57 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 21:54:57 -0700
commit298014d4e3ea6095910e22343149dd2cc5ac1bc1 (patch)
tree13dae3698749cdcbcdf635f9433a1b1aab7e25cf /pkgs/applications/graphics/ImageMagick/7.0.nix
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-298014d4e3ea6095910e22343149dd2cc5ac1bc1.tar
nixlib-298014d4e3ea6095910e22343149dd2cc5ac1bc1.tar.gz
nixlib-298014d4e3ea6095910e22343149dd2cc5ac1bc1.tar.bz2
nixlib-298014d4e3ea6095910e22343149dd2cc5ac1bc1.tar.lz
nixlib-298014d4e3ea6095910e22343149dd2cc5ac1bc1.tar.xz
nixlib-298014d4e3ea6095910e22343149dd2cc5ac1bc1.tar.zst
nixlib-298014d4e3ea6095910e22343149dd2cc5ac1bc1.zip
imagemagick7: 7.0.7-35 -> 7.0.8-2
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.

These checks were done:

- built on NixOS
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/animate passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/compare passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/composite passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/conjure passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/convert passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/display passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/identify passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/import passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/magick-script passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/mogrify passed the binary check.
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/montage passed the binary check.
- Warning: no invocation of /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/stream had a zero exit code or showed the expected version
- /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2/bin/magick passed the binary check.
- 12 of 13 passed binary check by having a zero exit code.
- 0 of 13 passed binary check by having the new version present in output.
- found 7.0.8-2 with grep in /nix/store/x4mcjcryj5q7mm7bcmr1shyx1rvazpw1-imagemagick-7.0.8-2
- directory tree listing: https://gist.github.com/de6e213f2639e6aea0a5c353ee83f68b
- du listing: https://gist.github.com/936da3ad90cfeb17b4597d3a305dbffb
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick/7.0.nix')
-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 9e97a1d755aa..fb390c0995e0 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-35";
-    sha256 = "1gn4frzxa1v712pcwwkmi0m2a6gbrg2564dbxxr7130zc66licpz";
+    version = "7.0.8-2";
+    sha256 = "06cpvvv8xikw5jm1pa2xxxlnsy743ham67yshpndn2x3fyf48267";
     patches = [];
   };
 in