3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #178356 from dotlambda/imagemagick-7.1.0-39

imagemagick: 7.1.0-37 -> 7.1.0-39
This commit is contained in:
Kerstin 2022-06-20 23:35:46 +02:00 committed by GitHub
commit eb05dd41d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,13 +45,13 @@ in
stdenv.mkDerivation rec {
pname = "imagemagick";
version = "7.1.0-37";
version = "7.1.0-39";
src = fetchFromGitHub {
owner = "ImageMagick";
repo = "ImageMagick";
rev = version;
hash = "sha256-Okp3oPIAEXl+fTnEw0jufSxcRU6ip+on5/IyGEjzx2E=";
hash = "sha256-2KSsRkzaC3muNwH4GJfIiMy4pnSjh8waDpYRTuu6GG0=";
};
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big