texlive-extra: bump to version 20131219

This commit is contained in:
Thomas Tuegel 2013-12-31 18:46:21 -06:00
parent a6f9ad96ee
commit 522a835743

View File

@ -2,8 +2,8 @@ args: with args;
rec { rec {
name = "texlive-extra-2013"; name = "texlive-extra-2013";
src = fetchurl { src = fetchurl {
url = mirror://debian/pool/main/t/texlive-extra/texlive-extra_2013.20131112.orig.tar.xz; url = mirror://debian/pool/main/t/texlive-extra/texlive-extra_2013.20131219.orig.tar.xz;
sha256 = "0qpiig9sz8wx3dhy1jha7rkxrhvpf2cmfx424h68s3ql05nnw65i"; sha256 = "09iijzq0y5kq16f3lv2jrln190ldbbzywpwr33hrmnw5yp3izmrh";
}; };
buildInputs = [texLive xz]; buildInputs = [texLive xz];