Merge pull request #116332 from erictapen/imagemagick-7.0.11-3

imagemagick: 7.0.10-61 -> 7.0.11-3

authored by

Robert Schütz and committed by
GitHub
1f13d0df 6d1b0c1c

+3 -2
+3 -2
pkgs/applications/graphics/ImageMagick/7.0.nix
··· 14 14 else throw "ImageMagick is not supported on this platform."; 15 15 16 16 cfg = { 17 - version = "7.0.10-61"; 18 - sha256 = "sha256-c/90N5H9iz5JYmn7/ynHgSOAmO5NTtkxajChZvjfMP8="; 17 + version = "7.0.11-3"; 18 + sha256 = "sha256-y937OxAHNTbWa96oQmTpp/ivxtPVL16hr4SvzZWugQo="; 19 19 patches = []; 20 20 }; 21 21 in ··· 84 84 homepage = "http://www.imagemagick.org/"; 85 85 description = "A software suite to create, edit, compose, or convert bitmap images"; 86 86 platforms = platforms.linux ++ platforms.darwin; 87 + maintainers = with maintainers; [ erictapen ]; 87 88 license = licenses.asl20; 88 89 }; 89 90 }