summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2019-10-13 15:00:26 +0100
committerRobert Scott <code@humanleg.org.uk>2019-10-13 15:00:26 +0100
commit2a8e53efce6a8253b3fd8da7054183f46fc3a169 (patch)
treec95679e290aa3d90f0e15f811aba87d2fa5757c6 /pkgs/applications/graphics/ImageMagick
parent9e0f698a49c04bbf79de3e2d9af1583b8ea5d4af (diff)
imagemagick: 6.9.9-34 -> 6.9.10-68 (security)
fixing numerous CVEs
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-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 993d4ba7ecdb..8cb20f7944d9 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -13,8 +13,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
- version = "6.9.9-34";
- sha256 = "0sqrgyfi7i7x1akna95c1qhk9sxxswzm3pkssfi4w6v7bn24g25g";
+ version = "6.9.10-68";
+ sha256 = "0ldkw6j4x0k7l6ykgpx9hz9cs7dmlapz2lv3lbrgz2nn9znqswxk";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.