imagemagick: 7.1.0-15 -> 7.1.0-16

This commit is contained in:
Kerstin Humm 2021-11-23 18:31:40 +01:00
parent a2a756e803
commit 63ea61bcf0
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -18,13 +18,13 @@ in
stdenv.mkDerivation rec {
pname = "imagemagick";
version = "7.1.0-15";
version = "7.1.0-16";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = version;
sha256 = "sha256-M5BhCb5caknohwk0oncJBCBJs32p0EdNs4dNqRfDRYc=";
sha256 = "sha256-souH5Fop4ss1ysaYylHcykoeB0HvMtqU51xggKoRFDM=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big