Merge pull request #116332 from erictapen/imagemagick-7.0.11-3
imagemagick: 7.0.10-61 -> 7.0.11-3
This commit is contained in:
commit
1f13d0df6e
@ -14,8 +14,8 @@ let
|
||||
else throw "ImageMagick is not supported on this platform.";
|
||||
|
||||
cfg = {
|
||||
version = "7.0.10-61";
|
||||
sha256 = "sha256-c/90N5H9iz5JYmn7/ynHgSOAmO5NTtkxajChZvjfMP8=";
|
||||
version = "7.0.11-3";
|
||||
sha256 = "sha256-y937OxAHNTbWa96oQmTpp/ivxtPVL16hr4SvzZWugQo=";
|
||||
patches = [];
|
||||
};
|
||||
in
|
||||
@ -84,6 +84,7 @@ stdenv.mkDerivation {
|
||||
homepage = "http://www.imagemagick.org/";
|
||||
description = "A software suite to create, edit, compose, or convert bitmap images";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ erictapen ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user