imagemagick7: 7.0.8-34 -> 7.0.8-46 (#61836)

imagemagick7: 7.0.8-34 -> 7.0.8-46
This commit is contained in:
Silvan Mosberger 2019-05-25 01:50:21 +02:00 committed by GitHub
commit e4fe0dc9a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 12 deletions

View File

@ -13,8 +13,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
version = "7.0.8-34";
sha256 = "0szkzwy0jzmwx4kqli21jq8pk3s53v37q0nsaqzascs3mpkbza2s";
version = "7.0.8-46";
sha256 = "1si3rv3b9jgjkwyny5ja76s8c0z9vyic28fm63j1jrqdd2jyq3pk";
patches = [];
};
in
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
inherit (cfg) sha256;
};
patches = [ ./imagetragick.patch ] ++ cfg.patches;
patches = cfg.patches;
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
outputMan = "out"; # it's tiny

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
inherit (cfg) sha256;
};
patches = [ ./imagetragick.patch ] ++ cfg.patches;
patches = cfg.patches;
outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
outputMan = "out"; # it's tiny

View File

@ -1,8 +0,0 @@
--- a/config/policy.xml
+++ b/config/policy.xml
67a68,72
> <policy domain="coder" rights="none" pattern="EPHEMERAL" />
> <policy domain="coder" rights="none" pattern="URL" />
> <policy domain="coder" rights="none" pattern="HTTPS" />
> <policy domain="coder" rights="none" pattern="MVG" />
> <policy domain="coder" rights="none" pattern="MSL" />