3
0
Fork 0
forked from mirrors/nixpkgs

update texlive-extra to 2014-10-24

This commit is contained in:
Eike Kettner 2014-11-09 22:29:24 +01:00
parent 050d9f6e3f
commit c805b29026

View file

@ -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];