Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

imagemagick: 6.9.10-69 -> 6.9.10-71

pacien 6a059ee5 2594aa59

+2 -2
+2 -2
pkgs/applications/graphics/ImageMagick/default.nix
··· 13 13 else throw "ImageMagick is not supported on this platform."; 14 14 15 15 cfg = { 16 - version = "6.9.10-69"; 17 - sha256 = "0l4lllis16gbwjpvvsyfz91i9nq11zb3lg2zlmyay7v5697jshh6"; 16 + version = "6.9.10-71"; 17 + sha256 = "0c69xmr8k8c4dplgzxydm30s2dr8biq71x07hc15bw196nsx3srr"; 18 18 patches = []; 19 19 } 20 20 # Freeze version on mingw so we don't need to port the patch too often.