From a391aca77f878cbf5ccc99711a1da84d4e9272e1 Mon Sep 17 00:00:00 2001 From: Hoang Xuan Phu Date: Thu, 17 Aug 2017 11:09:45 +0800 Subject: [PATCH] imagemagick: 6.9.9-3 -> 6.9.9-7 The old release has been removed from https://www.imagemagick.org/download/releases/ causing new builds to fail. (cherry picked from commit b4c7d595c859c5c4ef57d2fa50bb16c207d29b3c) --- pkgs/applications/graphics/ImageMagick/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix index aeb661bafc74..a162bc5883f1 100644 --- a/pkgs/applications/graphics/ImageMagick/default.nix +++ b/pkgs/applications/graphics/ImageMagick/default.nix @@ -12,8 +12,8 @@ let else throw "ImageMagick is not supported on this platform."; cfg = { - version = "6.9.9-3"; - sha256 = "1bfg334nxkxhsm6h0hb0vwd9aiz031qa0w8w8hmhdk8m4wawshrg"; + version = "6.9.9-7"; + sha256 = "1lwsz9b8clygdppgawv2hsry4aykgmawjlwhg3fj70rndv4a8rw4"; patches = []; } # Freeze version on mingw so we don't need to port the patch too often.