imagemagick: 7.1.0-29 -> 7.1.0-30

This commit is contained in:
Kerstin Humm 2022-04-21 17:01:04 +02:00
parent 1ed8857f8d
commit 1200c1c3e0
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -45,13 +45,13 @@ in
stdenv.mkDerivation rec {
pname = "imagemagick";
version = "7.1.0-29";
version = "7.1.0-30";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = version;
hash = "sha256-46fJMOIGnK5aNIcG7+8mJdZDcSFyFmhmkLcuVlnupSU=";
hash = "sha256-FfZJfjuQmYvYuOi18cZdr3Nam98/j+ZTGRwsd1sslsY=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big