imagemagick6: 6.9.12-15 -> 6.9.12-16

(cherry picked from commit 4b1e53a46dd1315aee3639cad59c6fc66ea2597b)
This commit is contained in:
Robert Schütz 2021-06-22 11:36:09 +02:00 committed by erictapen
parent 20d353f649
commit d62fcd1c20
1 changed files with 2 additions and 2 deletions

View File

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