pixman: 0.32.8 -> 0.34.0 (security release)

This commit is contained in:
Franz Pletz 2016-02-27 16:51:30 +01:00
parent e3ecee8b13
commit e5bd913ea5

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv, pkgconfig, libpng, glib /*just passthru*/ }:
stdenv.mkDerivation rec {
name = "pixman-0.32.8";
name = "pixman-0.34.0";
src = fetchurl {
url = "mirror://xorg/individual/lib/${name}.tar.bz2";
sha1 = "5c57045622265b877c9bf02d531973eadf942140";
sha256 = "184lazwdpv67zrlxxswpxrdap85wminh1gmq1i5lcz6iycw39fir";
};
patches = stdenv.lib.optional stdenv.isDarwin ./fix-clang36.patch;