texlive.bin.context: 2.10.08 -> 2.11.02
This commit is contained in:
parent
45e7ffc3cc
commit
7992ab336b
1 changed files with 3 additions and 3 deletions
|
@ -308,11 +308,11 @@ chktex = stdenv.mkDerivation {
|
||||||
# for details see https://wiki.contextgarden.net/Building_LuaMetaTeX_for_TeX_Live
|
# for details see https://wiki.contextgarden.net/Building_LuaMetaTeX_for_TeX_Live
|
||||||
context = stdenv.mkDerivation rec {
|
context = stdenv.mkDerivation rec {
|
||||||
pname = "luametatex";
|
pname = "luametatex";
|
||||||
version = "2.10.08";
|
version = "2.11.02";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://tug.org/svn/texlive/trunk/Master/source/luametatex-${version}.tar.xz?revision=67034&view=co";
|
url = "https://tug.org/svn/texlive/trunk/Master/source/luametatex-${version}.tar.xz?revision=70616&view=co";
|
||||||
hash = "sha256-3JeOUQ63jJOZWTxFCoyWjfcrspmdmC/yqgS1JaLfTWk=";
|
hash = "sha256-o7esoBBTTYEstkd7l34BWxew3fIRdVcFiGxrT1/KP1o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Reference in a new issue