imagemagick: 7.0.11.3 -> 7.0.11-4

Changelog: https://github.com/ImageMagick/ImageMagick/blob/7.0.11-4/ChangeLog
This commit is contained in:
Justin Humm 2021-03-21 12:24:55 +01:00
parent e22e25f5aa
commit 2a85dbda12

View File

@ -14,8 +14,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
version = "7.0.11-3";
sha256 = "sha256-y937OxAHNTbWa96oQmTpp/ivxtPVL16hr4SvzZWugQo=";
version = "7.0.11-4";
sha256 = "sha256-Dwlt3EdDoRkJKm1gepDC+0QdKEkMVsacZQ7khnxmWto=";
patches = [];
};
in