1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

Merge pull request #32343 from lheckemann/imagemagick-6.9.9-25

imagemagick: 6.9.9-23 -> 6.9.9-26
This commit is contained in:
Franz Pletz 2017-12-11 03:56:41 +00:00 committed by GitHub
commit 02c3d3493e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
version = "6.9.9-23";
sha256 = "0cd6zcbcfvznf0i3q4xz1c4wm4cfplg4zc466lvlb1w8qbn25948";
version = "6.9.9-26";
sha256 = "10rcq7b9hhz50m4yqnm4g3iai7lr9jkglb7sm49ycw59arrkmwnw";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.