summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-07-18 06:18:44 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-07-18 06:19:52 +0200
commitb1ff7f83ef5c8a72a4a9009be3efdf93d939743b (patch)
tree7bbbad20154e822ec05146788c3855100185289b /pkgs/applications/graphics/ImageMagick
parent9ff51cc3c424b814c38961cc7c69351de4051b48 (diff)
downloadnixlib-b1ff7f83ef5c8a72a4a9009be3efdf93d939743b.tar
nixlib-b1ff7f83ef5c8a72a4a9009be3efdf93d939743b.tar.gz
nixlib-b1ff7f83ef5c8a72a4a9009be3efdf93d939743b.tar.bz2
nixlib-b1ff7f83ef5c8a72a4a9009be3efdf93d939743b.tar.lz
nixlib-b1ff7f83ef5c8a72a4a9009be3efdf93d939743b.tar.xz
nixlib-b1ff7f83ef5c8a72a4a9009be3efdf93d939743b.tar.zst
nixlib-b1ff7f83ef5c8a72a4a9009be3efdf93d939743b.zip
imagemagick: fix hashes
See #16958.
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 fd218f99a307..793940a88784 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -12,7 +12,7 @@ let
 
   cfg = {
     version = "6.9.5-2";
-    sha256 = "0q19jgn1iv7zqrw8ibxp4z57iihrc9kyb09k2wnspcacs6vrvinf";
+    sha256 = "09h3rpr1jnzd7ipy5d16r2gi0bwg4hk5khwzv4cyhv1xzs8pk7pj";
     patches = [];
   }
     # Freeze version on mingw so we don't need to port the patch too often.
@@ -23,7 +23,7 @@ let
           name = "mingw-build.patch";
           url = "https://raw.githubusercontent.com/Alexpux/MINGW-packages/"
             + "01ca03b2a4ef/mingw-w64-imagemagick/002-build-fixes.patch";
-          sha256 = "09h3rpr1jnzd7ipy5d16r2gi0bwg4hk5khwzv4cyhv1xzs8pk7pj";
+          sha256 = "1pypszlcx2sf7wfi4p37w1y58ck2r8cd5b2wrrwr9rh87p7fy1c0";
         })];
       };
 in