about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-09 19:45:31 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-09 19:45:31 +0000
commitab93b3a03226d3f368f4e84085b593773b549e88 (patch)
treeab4be519e542ada6bc3675c298e5f0f5cd69b0cb /pkgs/applications/graphics/ImageMagick
parentf113fbb5ddf8559d45d737f36194253dce4ea8d0 (diff)
downloadnixlib-ab93b3a03226d3f368f4e84085b593773b549e88.tar
nixlib-ab93b3a03226d3f368f4e84085b593773b549e88.tar.gz
nixlib-ab93b3a03226d3f368f4e84085b593773b549e88.tar.bz2
nixlib-ab93b3a03226d3f368f4e84085b593773b549e88.tar.lz
nixlib-ab93b3a03226d3f368f4e84085b593773b549e88.tar.xz
nixlib-ab93b3a03226d3f368f4e84085b593773b549e88.tar.zst
nixlib-ab93b3a03226d3f368f4e84085b593773b549e88.zip
Updating imagemagick; I think it's meant to build with the new zlib 1.2.6.
I'll let hydra try it.

I don't update this in trunk because a lot depends on this.


svn path=/nixpkgs/branches/stdenv-updates/; revision=32166
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 0b62ffdca5af..cbab2da551a9 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -17,14 +17,14 @@
 }:
 
 let
-  version = "6.6.9-4";
+  version = "6.7.5-3";
 in
 stdenv.mkDerivation rec {
   name = "ImageMagick-${version}";
 
   src = fetchurl {
     url = "mirror://imagemagick/${name}.tar.xz";
-    sha256 = "035j3i3cm29bwc9lipn838gznswrc69g7mwh8h9jj24ss2dmqrf1";
+    sha256 = "0m0sa4jxsvm8pf9nfvkzlbzq13d1lj15lfz6jif12l6ywyh2c1cs";
   };
 
   configureFlags = ''