about summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorJacob Hinkle <jacob.hinkle@gmail.com>2014-03-28 15:47:57 -0600
committerJacob Hinkle <jacob.hinkle@gmail.com>2014-03-28 15:56:56 -0600
commit65727f92e4bc3ebfdac6b3096587011e6d00c8ce (patch)
treed2a538b1a255274588b2f063db1cba81c75eed40 /pkgs/tools/typesetting
parentc704f6bb4e884c5c5670f08dd3f5daedd18d5772 (diff)
downloadnixlib-65727f92e4bc3ebfdac6b3096587011e6d00c8ce.tar
nixlib-65727f92e4bc3ebfdac6b3096587011e6d00c8ce.tar.gz
nixlib-65727f92e4bc3ebfdac6b3096587011e6d00c8ce.tar.bz2
nixlib-65727f92e4bc3ebfdac6b3096587011e6d00c8ce.tar.lz
nixlib-65727f92e4bc3ebfdac6b3096587011e6d00c8ce.tar.xz
nixlib-65727f92e4bc3ebfdac6b3096587011e6d00c8ce.tar.zst
nixlib-65727f92e4bc3ebfdac6b3096587011e6d00c8ce.zip
Bump texlive download versions *0215->*0314
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix8
-rw-r--r--pkgs/tools/typesetting/tex/texlive/extra.nix4
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 98a8a0fd810f..85de3dc08cfd 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -5,16 +5,16 @@ rec {
     sha256 = "1idgyim6r4bi3id245k616qrdarfh65xv3gi2psarqqmsw504yhd";
   };
 
-  texmfVersion = "2013.20140215";
+  texmfVersion = "2013.20140314";
   texmfSrc = fetchurl {
     url = "mirror://debian/pool/main/t/texlive-base/texlive-base_${texmfVersion}.orig.tar.xz";
-    sha256 = "0f1xqa1a1yklsiqz12rgihdc6viw8ghdbx2s2pw2k3h0dfsd6ss3";
+    sha256 = "0f2dxm0ac4j04w1rgjpdranpprjghw8slvijknykpvph1jn0lmzm";
   };
 
-  langTexmfVersion = "2013.20140215";
+  langTexmfVersion = "2013.20140314";
   langTexmfSrc = fetchurl {
     url = "mirror://debian/pool/main/t/texlive-lang/texlive-lang_${langTexmfVersion}.orig.tar.xz";
-    sha256 = "0igz9kpd1rfbq7smb1wyd75cz396rinbh25rk19lxqh25dix0xzj";
+    sha256 = "154g300nbg4fhxprvi9fwr7wmpws4cg89m9nwsfpyf0m2k8n9ibx";
   };
 
   passthru = { inherit texmfSrc langTexmfSrc; };
diff --git a/pkgs/tools/typesetting/tex/texlive/extra.nix b/pkgs/tools/typesetting/tex/texlive/extra.nix
index 056c7e0bf4e0..10b9962936dd 100644
--- a/pkgs/tools/typesetting/tex/texlive/extra.nix
+++ b/pkgs/tools/typesetting/tex/texlive/extra.nix
@@ -1,11 +1,11 @@
 args: with args;
 rec {
   name    = "texlive-extra-2013";
-  version = "2013.20140215";
+  version = "2013.20140314";
 
   src = fetchurl {
     url = "mirror://debian/pool/main/t/texlive-extra/texlive-extra_${version}.orig.tar.xz";
-    sha256 = "04a67pns6q8kw1nl2v6x5p443kvhk8fr26qkcj7z098n68fpwls8";
+    sha256 = "6b4216fe87c354a0c3c8ec456272cc096a7ec112a68031797ae23f18e1e5b74c";
   };
 
   buildInputs = [texLive xz];