Merge pull request #256874 from r-ryantm/auto-update/imagemagick

imagemagick: 7.1.1-15 -> 7.1.1-17

authored by Mario Rodas and committed by GitHub 377a2408 a3a7520a

+3 -2
+3 -2
pkgs/applications/graphics/ImageMagick/default.nix
··· 47 47 48 48 stdenv.mkDerivation (finalAttrs: { 49 49 pname = "imagemagick"; 50 - version = "7.1.1-15"; 50 + version = "7.1.1-17"; 51 51 52 52 src = fetchFromGitHub { 53 53 owner = "ImageMagick"; 54 54 repo = "ImageMagick"; 55 55 rev = finalAttrs.version; 56 - hash = "sha256-/fI/RrwcgvKX5loIrDAur60VF5O4FgyPYN7BbcPP/bU="; 56 + hash = "sha256-N4SSa3fg3VbJfisQtcYTRsrhzo7/lNg2pAeti8fR0Xk="; 57 57 }; 58 58 59 59 outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big ··· 134 134 description = "A software suite to create, edit, compose, or convert bitmap images"; 135 135 pkgConfigModules = [ "ImageMagick" "MagickWand" ]; 136 136 platforms = platforms.linux ++ platforms.darwin; 137 + changelog = "https://github.com/ImageMagick/Website/blob/main/ChangeLog.md"; 137 138 maintainers = with maintainers; [ erictapen dotlambda rhendric ]; 138 139 license = licenses.asl20; 139 140 mainProgram = "magick";