cairo: bugfix 1.14.8 -> 1.14.10

This commit is contained in:
Vladimír Čunát 2017-06-17 13:56:18 +02:00
parent a81e1fc6ac
commit 351b59be55
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -12,11 +12,11 @@ assert glSupport -> mesa_noglu != null;
let inherit (stdenv.lib) optional optionals; in
stdenv.mkDerivation rec {
name = "cairo-1.14.8";
name = "cairo-1.14.10";
src = fetchurl {
url = "http://cairographics.org/releases/${name}.tar.xz";
sha1 = "c6f7b99986f93c9df78653c3e6a3b5043f65145e";
sha256 = "02banr0wxckq62nbhc3mqidfdh2q956i2r7w2hd9bjgjb238g1vy";
};
patches = [