about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-09-26 14:45:22 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-09-26 17:28:46 +0200
commitde4abf7054f677cc692c19dc0589b741d60d9bad (patch)
treea18a75b2ec2dbd7946ca799c290754b995f2b4eb /pkgs
parent2d854c4c920ed6e81bdf2a22548fc11272ad6944 (diff)
downloadnixlib-de4abf7054f677cc692c19dc0589b741d60d9bad.tar
nixlib-de4abf7054f677cc692c19dc0589b741d60d9bad.tar.gz
nixlib-de4abf7054f677cc692c19dc0589b741d60d9bad.tar.bz2
nixlib-de4abf7054f677cc692c19dc0589b741d60d9bad.tar.lz
nixlib-de4abf7054f677cc692c19dc0589b741d60d9bad.tar.xz
nixlib-de4abf7054f677cc692c19dc0589b741d60d9bad.tar.zst
nixlib-de4abf7054f677cc692c19dc0589b741d60d9bad.zip
imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEs
Too many CVEs to list because they are not tracked upstream by release
versions.
Diffstat (limited to 'pkgs')
-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 cd99861ea7b6..a70a67d548f5 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.6-4";
-    sha256 = "0fvkx9lf8g0sa9bccd9s5qyhcy0g1mqnkbpqly55ryxyg1ywxqaz";
+    version = "7.0.7-4";
+    sha256 = "074w4jm5s98b8dxwjl8lljvdhmm3mbg1ikgjy1mw3c1sb08z3nc8";
     patches = [];
   };
 in