summary refs log tree commit diff
path: root/pkgs/tools/typesetting/tex/texlive/bin.nix
diff options
context:
space:
mode:
authorLeo Gaskin <leo.gaskin@le0.gs>2021-05-02 21:50:09 +0200
committerLeo Gaskin <leo.gaskin@le0.gs>2021-05-02 21:50:09 +0200
commit2ffe681e668795f778fe8d76a401bbf58020f163 (patch)
tree36e07177b9670557ad5f4b93ccb9ae8a32894d87 /pkgs/tools/typesetting/tex/texlive/bin.nix
parent8e4fe32876ca15e3d5eb3ecd3ca0b224417f5f17 (diff)
downloadnixpkgs-2ffe681e668795f778fe8d76a401bbf58020f163.tar
nixpkgs-2ffe681e668795f778fe8d76a401bbf58020f163.tar.gz
nixpkgs-2ffe681e668795f778fe8d76a401bbf58020f163.tar.bz2
nixpkgs-2ffe681e668795f778fe8d76a401bbf58020f163.tar.lz
nixpkgs-2ffe681e668795f778fe8d76a401bbf58020f163.tar.xz
nixpkgs-2ffe681e668795f778fe8d76a401bbf58020f163.tar.zst
nixpkgs-2ffe681e668795f778fe8d76a401bbf58020f163.zip
texlive: 2020 -> 2021
Diffstat (limited to 'pkgs/tools/typesetting/tex/texlive/bin.nix')
-rw-r--r--pkgs/tools/typesetting/tex/texlive/bin.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix
index fb9b748b5d0..f6395c303c7 100644
--- a/pkgs/tools/typesetting/tex/texlive/bin.nix
+++ b/pkgs/tools/typesetting/tex/texlive/bin.nix
@@ -14,16 +14,16 @@
 let
   withSystemLibs = map (libname: "--with-system-${libname}");
 
-  year = "2020";
+  year = "2021";
   version = year; # keep names simple for now
 
   common = {
     src = fetchurl {
       urls = [
-        "http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/${year}/texlive-${year}0406-source.tar.xz"
-              "ftp://tug.ctan.org/pub/tex/historic/systems/texlive/${year}/texlive-${year}0406-source.tar.xz"
+        "http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/${year}/texlive-${year}0325-source.tar.xz"
+              "ftp://tug.ctan.org/pub/tex/historic/systems/texlive/${year}/texlive-${year}0325-source.tar.xz"
       ];
-      sha256 = "0y4h4j2qg714srhvf1hvn165w7sanr1j2vzrsgc23kxvrc43sbz3";
+      sha256 = "0jsq1p66l46k2qq0gbqmx25flj2nprsz4wrd1ybn286p11kdkvvs";
     };
 
     prePatch = ''