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

imagemagick: 7.1.1-15 -> 7.1.1-17
This commit is contained in:
Mario Rodas 2023-09-23 16:13:06 -05:00 committed by GitHub
commit 377a240842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,13 +47,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "imagemagick";
version = "7.1.1-15";
version = "7.1.1-17";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = finalAttrs.version;
hash = "sha256-/fI/RrwcgvKX5loIrDAur60VF5O4FgyPYN7BbcPP/bU=";
hash = "sha256-N4SSa3fg3VbJfisQtcYTRsrhzo7/lNg2pAeti8fR0Xk=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
@ -134,6 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A software suite to create, edit, compose, or convert bitmap images";
pkgConfigModules = [ "ImageMagick" "MagickWand" ];
platforms = platforms.linux ++ platforms.darwin;
changelog = "https://github.com/ImageMagick/Website/blob/main/ChangeLog.md";
maintainers = with maintainers; [ erictapen dotlambda rhendric ];
license = licenses.asl20;
mainProgram = "magick";