cairo: major update 1.12.* -> 1.14.0

ABI diff only suggest that one enum value got updated,
which should be fine for us.
http://upstream-tracker.org/compat_reports/cairo/1.12.16_to_1.14.0/abi_compat_report.html#Low_Risk_Problems
This commit is contained in:
Vladimír Čunát 2014-10-18 10:07:26 +02:00
parent 359dd3b8ac
commit 39b5e54bbe

@ -11,11 +11,11 @@ assert glSupport -> mesa_noglu != null;
with { inherit (stdenv.lib) optional optionals; };
stdenv.mkDerivation rec {
name = "cairo-1.12.16";
name = "cairo-1.14.0";
src = fetchurl {
url = "http://cairographics.org/releases/${name}.tar.xz";
sha256 = "0inqwsylqkrzcjivdirkjx5nhdgxbdc62fq284c3xppinfg9a195";
sha1 = "53cf589b983412ea7f78feee2e1ba9cea6e3ebae";
};
nativeBuildInputs = [ pkgconfig ] ++ libintlOrEmpty ++ libiconvOrEmpty;