graphicsmagick: 1.3.24 -> 1.3.25 (security)
Includes some security fixes, see http://www.graphicsmagick.org/NEWS.html#september-5-2016
This commit is contained in:
parent
526746d874
commit
5929399527
@ -2,14 +2,14 @@
|
||||
, libjpeg, libpng, libtiff, libxml2, zlib, libtool, xz
|
||||
, libX11, libwebp, quantumdepth ? 8}:
|
||||
|
||||
let version = "1.3.24"; in
|
||||
let version = "1.3.25"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "graphicsmagick-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${version}.tar.xz";
|
||||
sha256 = "1q40w5hcl8rcpszm0r7rpr3a9lj390p39zfvavkvlgxyyk7bmgsj";
|
||||
sha256 = "17xcc7pfcmiwpfr1g8ys5a7bdnvqzka53vg3kkzhwwz0s99gljyn";
|
||||
};
|
||||
|
||||
patches = [ ./disable-popen.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user