texlive: 2022.20221227 -> 2022-final (#222258)

This commit is contained in:
apfelkuchen6 2023-03-21 23:51:40 +01:00 committed by GitHub
parent c922c3a921
commit a06641ba73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2259 additions and 1938 deletions

View File

@ -133,17 +133,17 @@ let
# (https://tug.org/historic/). # (https://tug.org/historic/).
urlPrefixes = [ urlPrefixes = [
# tlnet-final snapshot # tlnet-final snapshot
#"http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/${bin.texliveYear}/tlnet-final/archive" "http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/${bin.texliveYear}/tlnet-final/archive"
#"ftp://tug.org/texlive/historic/${bin.texliveYear}/tlnet-final/archive" "ftp://tug.org/texlive/historic/${bin.texliveYear}/tlnet-final/archive"
# Daily snapshots hosted by one of the texlive release managers # Daily snapshots hosted by one of the texlive release managers
"https://texlive.info/tlnet-archive/${snapshot.year}/${snapshot.month}/${snapshot.day}/tlnet/archive" #"https://texlive.info/tlnet-archive/${snapshot.year}/${snapshot.month}/${snapshot.day}/tlnet/archive"
]; ];
tlpdb = fetchurl { tlpdb = fetchurl {
# use the same mirror(s) as urlPrefixes below # use the same mirror(s) as urlPrefixes above
urls = map (up: "${up}/../tlpkg/texlive.tlpdb.xz") urlPrefixes; urls = map (up: "${up}/../tlpkg/texlive.tlpdb.xz") urlPrefixes;
hash = "sha256-i8DE3/rZmtp+gODJWeHV1VcCK5cgHUgmywf3Q/agTOA="; hash = "sha256-vm7DmkH/h183pN+qt1p1wZ6peT2TcMk/ae0nCXsCoMw=";
}; };
tlpdb-nix = runCommand "tlpdb.nix" { tlpdb-nix = runCommand "tlpdb.nix" {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff