mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
fontconfig: update 2.10.2 -> 2.11.0
Finally. This was blocking pango update for many months. Hopefully the infinality patches still work with this release.
This commit is contained in:
parent
e116d88694
commit
32a4081a7f
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, pkgconfig, freetype, expat }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fontconfig-2.10.2";
|
||||
name = "fontconfig-2.11.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://fontconfig.org/release/${name}.tar.bz2";
|
||||
sha256 = "0llraqw86jmw4vzv7inskp3xxm2gc64my08iwq5mzncgfdbfza4f";
|
||||
sha256 = "0rx4q7wcrz4lkpgcmqkwkp49v1fm0yxl0f35jn75dj1vy3v0w3nb";
|
||||
};
|
||||
|
||||
infinality_patch = with freetype.infinality; if useInfinality
|
||||
|
|
Loading…
Reference in a new issue