cairo: maintenance 1.14.6 -> 1.14.8

This commit is contained in:
Vladimír Čunát 2016-12-10 15:22:52 +01:00
parent 879a98bf27
commit af220f2a7a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -12,11 +12,11 @@ assert glSupport -> mesa_noglu != null;
with { inherit (stdenv.lib) optional optionals; };
stdenv.mkDerivation rec {
name = "cairo-1.14.6";
name = "cairo-1.14.8";
src = fetchurl {
url = "http://cairographics.org/releases/${name}.tar.xz";
sha256 = "0lmjlzmghmr27y615px9hkm552x7ap6pmq9mfbzr6smp8y2b6g31";
sha1 = "c6f7b99986f93c9df78653c3e6a3b5043f65145e";
};
infinality = fetchFromGitHub {