cairo: Update to 1.12.4

This commit is contained in:
Eelco Dolstra 2012-10-16 12:00:41 -04:00
parent fae22cb3e9
commit dbfcc9336c

View File

@ -13,11 +13,11 @@ assert pngSupport -> libpng != null;
assert xcbSupport -> libxcb != null && xcbutil != null;
stdenv.mkDerivation rec {
name = "cairo-1.12.2";
name = "cairo-1.12.4";
src = fetchurl {
url = "http://cairographics.org/releases/${name}.tar.xz";
sha1 = "bc2ee50690575f16dab33af42a2e6cdc6451e3f9";
sha1 = "f4158981ed01e73c94fb8072074b17feee61a68b";
};
buildInputs =