summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2013-12-01 16:20:52 +0100
committerAristid Breitkreuz <aristidb@gmail.com>2013-12-01 16:20:52 +0100
commit902fa50f02a9f279c68988bd879f5195130ccf3c (patch)
tree66c954f3621d9e52c295e4b09bbcade4305b239d /pkgs/tools/typesetting/tex
parentc00898c7a7cc5e73b1f4e6b556cabbda6576cf18 (diff)
downloadnixlib-902fa50f02a9f279c68988bd879f5195130ccf3c.tar
nixlib-902fa50f02a9f279c68988bd879f5195130ccf3c.tar.gz
nixlib-902fa50f02a9f279c68988bd879f5195130ccf3c.tar.bz2
nixlib-902fa50f02a9f279c68988bd879f5195130ccf3c.tar.lz
nixlib-902fa50f02a9f279c68988bd879f5195130ccf3c.tar.xz
nixlib-902fa50f02a9f279c68988bd879f5195130ccf3c.tar.zst
nixlib-902fa50f02a9f279c68988bd879f5195130ccf3c.zip
fix texlive build, older files were removed on debian servers
Diffstat (limited to 'pkgs/tools/typesetting/tex')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix4
-rw-r--r--pkgs/tools/typesetting/tex/texlive/extra.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 8cb64f9ec423..2b9c6d066372 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -11,8 +11,8 @@ rec {
   };
 
   langTexmfSrc = fetchurl {
-    url = mirror://debian/pool/main/t/texlive-lang/texlive-lang_2013.20131010.orig.tar.xz;
-    sha256 = "17wfd2qmyafv74ac3ssy9aga12g09l2q0r1p19fb4vvs0wrkwzbz";
+    url = mirror://debian/pool/main/t/texlive-lang/texlive-lang_2013.20131112.orig.tar.xz;
+    sha256 = "003rj7pv38lgmggya2nbzcyfdx5d4wa7h1h4xh7iivsxja7z4m1d";
   };
 
   setupHook = ./setup-hook.sh;
diff --git a/pkgs/tools/typesetting/tex/texlive/extra.nix b/pkgs/tools/typesetting/tex/texlive/extra.nix
index b49f02d6fda5..ab8046fcc967 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.20131010.orig.tar.xz;
-    sha256 = "1wciyjwp0swny22amwcnr6vvdwjy423856q7c3l1sd5b31xfbc18";
+    url = mirror://debian/pool/main/t/texlive-extra/texlive-extra_2013.20131112.orig.tar.xz;
+    sha256 = "0qpiig9sz8wx3dhy1jha7rkxrhvpf2cmfx424h68s3ql05nnw65i";
   };
 
   buildInputs = [texLive xz];