about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-09-26 14:39:10 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-09-26 17:28:46 +0200
commit2d854c4c920ed6e81bdf2a22548fc11272ad6944 (patch)
tree53a584fedf4f79d1ef6de690bb8abf54c3ffa1c8 /pkgs
parent05d79c03ec36f8d49d1e2bf2b750c3943c348377 (diff)
downloadnixlib-2d854c4c920ed6e81bdf2a22548fc11272ad6944.tar
nixlib-2d854c4c920ed6e81bdf2a22548fc11272ad6944.tar.gz
nixlib-2d854c4c920ed6e81bdf2a22548fc11272ad6944.tar.bz2
nixlib-2d854c4c920ed6e81bdf2a22548fc11272ad6944.tar.lz
nixlib-2d854c4c920ed6e81bdf2a22548fc11272ad6944.tar.xz
nixlib-2d854c4c920ed6e81bdf2a22548fc11272ad6944.tar.zst
nixlib-2d854c4c920ed6e81bdf2a22548fc11272ad6944.zip
imagemagick: 6.9.9-7 -> 6.9.9-15 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/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix
index 1cf08f286ef3..d01bfa1d9507 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -14,8 +14,8 @@ let
     else throw "ImageMagick is not supported on this platform.";
 
   cfg = {
-    version = "6.9.9-7";
-    sha256 = "1lwsz9b8clygdppgawv2hsry4aykgmawjlwhg3fj70rndv4a8rw4";
+    version = "6.9.9-15";
+    sha256 = "0bxgdc1qiyvag6a2iiqcbwp4ak0m1mzi9qhs51fbrvv6syy12m6c";
     patches = [];
   }
     # Freeze version on mingw so we don't need to port the patch too often.