imagemagick6: 6.9.12-19 -> 6.9.12-26

This commit is contained in:
Kerstin Humm 2021-10-25 14:13:40 +02:00
parent 44f2fc42d3
commit 8705d0826f
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -16,13 +16,13 @@ in
stdenv.mkDerivation rec {
pname = "imagemagick";
version = "6.9.12-19";
version = "6.9.12-26";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick6";
rev = version;
sha256 = "sha256-8KofT9aNd8SXL0YBQ0RUOTccVxQNacvJL1uYPZiSPkY=";
sha256 = "sha256-oNorY/93jk1v5BS1T3wqctXuzV4o8JlyZtHnsNYmO4U=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big