Merge pull request #4916 from eikek/texlive-extra

update texlive-extra to 2014-10-24
This commit is contained in:
Peter Simons 2014-11-09 23:20:15 +01:00
commit c81b6fc4b8

@ -1,11 +1,11 @@
args: with args;
rec {
name = "texlive-extra-2014";
version = "2014.20140927";
version = "2014.20141024";
src = fetchurl {
url = "mirror://debian/pool/main/t/texlive-extra/texlive-extra_${version}.orig.tar.xz";
sha256 = "0chbl20dh61ld7nq9aiay7hi371l6285c2caqz18br29ifh8jicd";
sha256 = "190p5v6madcgkxjmfal0pcylfz88zi6yaixky0vrcz1kbvxqlcb9";
};
buildInputs = [texLive xz];