Navigation Menu

Skip to content

Commit

Permalink
imagemagick: 6.9.3-8 -> 6.9.3-9
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed May 3, 2016
1 parent 0bd31bc commit 05eae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/default.nix
Expand Up @@ -13,15 +13,15 @@ in

stdenv.mkDerivation rec {
name = "imagemagick-${version}";
version = "6.9.3-8";
version = "6.9.3-9";

src = fetchurl {
urls = [
"mirror://imagemagick/releases/ImageMagick-${version}.tar.xz"
# the original source above removes tarballs quickly
"http://distfiles.macports.org/ImageMagick/ImageMagick-${version}.tar.xz"
];
sha256 = "129s4cwp6cbhgsr3xr8186q5j02zpbk6kqfk4j7ayb563zsrdb4h";
sha256 = "0q19jgn1iv7zqrw8ibxp4z57iihrc9kyb09k2wnspcacs6vrvinf";
};

outputs = [ "out" "doc" ];
Expand Down

0 comments on commit 05eae02

Please sign in to comment.