about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-12-11 03:56:41 +0000
committerGitHub <noreply@github.com>2017-12-11 03:56:41 +0000
commit02c3d3493eedc14ba157bef9d9043b5b586b84bc (patch)
treeaee89d796f739e5d49a6d09c1ec12f7e6c174c33 /pkgs/applications/graphics
parentc65107068edae8d7ebdeeee4298c8df6be99fec4 (diff)
parentef66970df459b290acd5a3c5d283656bf407a9d3 (diff)
downloadnixlib-02c3d3493eedc14ba157bef9d9043b5b586b84bc.tar
nixlib-02c3d3493eedc14ba157bef9d9043b5b586b84bc.tar.gz
nixlib-02c3d3493eedc14ba157bef9d9043b5b586b84bc.tar.bz2
nixlib-02c3d3493eedc14ba157bef9d9043b5b586b84bc.tar.lz
nixlib-02c3d3493eedc14ba157bef9d9043b5b586b84bc.tar.xz
nixlib-02c3d3493eedc14ba157bef9d9043b5b586b84bc.tar.zst
nixlib-02c3d3493eedc14ba157bef9d9043b5b586b84bc.zip
Merge pull request #32343 from lheckemann/imagemagick-6.9.9-25
imagemagick: 6.9.9-23 -> 6.9.9-26
Diffstat (limited to 'pkgs/applications/graphics')
-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 4e0ddfa8def8..e3500a621cbb 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.