imagemagick6: 6.9.12.8 -> 6.9.12-12

This commit is contained in:
Kerstin Humm 2021-05-16 13:21:54 +02:00
parent 7a1fbc38a4
commit f1d61e1b4b
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B
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-8";
version = "6.9.12-12";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick6";
rev = version;
sha256 = "sha256-ZFCmoZOdZ3jbM5S90zBNiMGJKFylMLO0r3DB25wu3MM=";
sha256 = "sha256-yqMYuayQjPlTqi3+CtwP5CdsAGud/fHR0I2LwUPIq00=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big