fontconfig: bump configVersion to 2.13

This commit is contained in:
worldofpeace 2019-11-22 16:35:27 -05:00 committed by Jan Tojnar
parent 27b14ee82a
commit 87786bc47f
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -23,7 +23,7 @@
*/
let
configVersion = "2.11"; # bump whenever fontconfig breaks compatibility with older configurations
configVersion = "2.13"; # bump whenever fontconfig breaks compatibility with older configurations
in
stdenv.mkDerivation rec {
pname = "fontconfig";