fontconfig: 2.11.1 -> 2.12.1

Fixes #19302.
This commit is contained in:
Alexander Ried 2016-09-18 21:24:06 +02:00 committed by Franz Pletz
parent 14df9ad496
commit 8417c3aae1
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -16,20 +16,14 @@ let
configVersion = "2.11"; # bump whenever fontconfig breaks compatibility with older configurations
in
stdenv.mkDerivation rec {
name = "fontconfig-2.11.1";
name = "fontconfig-2.12.1";
src = fetchurl {
url = "http://fontconfig.org/release/${name}.tar.bz2";
sha256 = "16baa4g5lswkyjlyf1h5lwc0zjap7c4d8grw79349a5w6dsl8qnw";
sha256 = "1wy7svvp7df6bjpg1m5vizb3ngd7rhb20vpclv3x3qa71khs6jdl";
};
patches = [
(fetchpatch ({
url = "http://cgit.freedesktop.org/fontconfig/patch/?id=f44157c809d280e2a0ce87fb078fc4b278d24a67";
sha256 = "19s5irclg4irj2yxd7xw9yikbazs9263px8qbv4r21asw06nfalv";
name = "fc-cache-bug-77252.patch";
}
))
(substituteAll {
src = ./config-compat.patch;
inherit configVersion;