about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2013-12-31 18:46:21 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-01-05 09:00:25 -0600
commit522a835743064e353f13d31d7cc5ffc8158cbecb (patch)
tree40bac88cc5752d8aa94c1fae873045249b5231a2 /pkgs/tools
parenta6f9ad96ee7a895dd0dd4e853c224cfbad35151b (diff)
downloadnixlib-522a835743064e353f13d31d7cc5ffc8158cbecb.tar
nixlib-522a835743064e353f13d31d7cc5ffc8158cbecb.tar.gz
nixlib-522a835743064e353f13d31d7cc5ffc8158cbecb.tar.bz2
nixlib-522a835743064e353f13d31d7cc5ffc8158cbecb.tar.lz
nixlib-522a835743064e353f13d31d7cc5ffc8158cbecb.tar.xz
nixlib-522a835743064e353f13d31d7cc5ffc8158cbecb.tar.zst
nixlib-522a835743064e353f13d31d7cc5ffc8158cbecb.zip
texlive-extra: bump to version 20131219
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/extra.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/extra.nix b/pkgs/tools/typesetting/tex/texlive/extra.nix
index ab8046fcc967..c6624e469e5d 100644
--- a/pkgs/tools/typesetting/tex/texlive/extra.nix
+++ b/pkgs/tools/typesetting/tex/texlive/extra.nix
@@ -2,8 +2,8 @@ args: with args;
 rec {
   name = "texlive-extra-2013";
   src = fetchurl {
-    url = mirror://debian/pool/main/t/texlive-extra/texlive-extra_2013.20131112.orig.tar.xz;
-    sha256 = "0qpiig9sz8wx3dhy1jha7rkxrhvpf2cmfx424h68s3ql05nnw65i";
+    url = mirror://debian/pool/main/t/texlive-extra/texlive-extra_2013.20131219.orig.tar.xz;
+    sha256 = "09iijzq0y5kq16f3lv2jrln190ldbbzywpwr33hrmnw5yp3izmrh";
   };
 
   buildInputs = [texLive xz];