graphicsmagick: 1.3.27 -> 1.3.28

+2 -2
+2 -2
pkgs/applications/graphics/graphicsmagick/default.nix
··· 2 , libjpeg, libpng, libtiff, libxml2, zlib, libtool, xz, libX11 3 , libwebp, quantumdepth ? 8, fixDarwinDylibNames }: 4 5 - let version = "1.3.27"; in 6 7 stdenv.mkDerivation { 8 name = "graphicsmagick-${version}"; 9 10 src = fetchurl { 11 url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${version}.tar.xz"; 12 - sha256 = "0rq35p3rml10cxz2z4s7xcfsilhhk19mmy094g3ivz0fg797hcnh"; 13 }; 14 15 patches = [
··· 2 , libjpeg, libpng, libtiff, libxml2, zlib, libtool, xz, libX11 3 , libwebp, quantumdepth ? 8, fixDarwinDylibNames }: 4 5 + let version = "1.3.28"; in 6 7 stdenv.mkDerivation { 8 name = "graphicsmagick-${version}"; 9 10 src = fetchurl { 11 url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${version}.tar.xz"; 12 + sha256 = "0jlrrimrajcmwp7llivyj14qnzb1mpqd8vw95dl6zbx5m2lnhall"; 13 }; 14 15 patches = [