aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2017-12-05 11:36:09 +0000
committerLinus Heckemann <git@sphalerite.org>2017-12-09 15:39:39 +0000
commitef66970df459b290acd5a3c5d283656bf407a9d3 (patch)
tree0758e5239adf53ef7996ac32e095932c82064405 /pkgs/applications/graphics/ImageMagick
parent4e7deb7100b9e1378fb8218a7b8c75394af037ca (diff)
imagemagick: 6.9.9-23 -> 6.9.9-26
Old source tarball went missing
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 4e0ddfa8def..e3500a621cb 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-23";
- sha256 = "0cd6zcbcfvznf0i3q4xz1c4wm4cfplg4zc466lvlb1w8qbn25948";
+ version = "6.9.9-26";
+ sha256 = "10rcq7b9hhz50m4yqnm4g3iai7lr9jkglb7sm49ycw59arrkmwnw";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.