cairo: bugfix 1.14.10 -> 1.14.12

This commit is contained in:
Vladimír Čunát 2017-12-16 17:51:52 +01:00
parent 21ba964f0b
commit fc5756ea5e
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.10";
name = "cairo-1.14.12";
src = fetchurl {
url = "http://cairographics.org/releases/${name}.tar.xz";
sha256 = "02banr0wxckq62nbhc3mqidfdh2q956i2r7w2hd9bjgjb238g1vy";
sha256 = "05mzyxkvsfc1annjw2dja8vka01ampp9pp93lg09j8hba06g144c";
};
patches = [