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

imagemagick: 7.1.0-55 -> 7.1.0-56
This commit is contained in:
Kerstin 2022-12-31 15:12:38 +01:00 committed by GitHub
commit 3c664d436d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,13 +46,13 @@ in
stdenv.mkDerivation rec {
pname = "imagemagick";
version = "7.1.0-55";
version = "7.1.0-56";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = version;
hash = "sha256-V0poyS1QnHhnSc3QbHHE+BctCBv2knriK0ihMF565d8=";
hash = "sha256-21gzq7VqjJndgkMIOk5ym6PEyIjMGpBfZiPDfkuqOYQ=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big