Commit 7992ab33 authored by Vincenzo Mantova's avatar Vincenzo Mantova
Browse files

texlive.bin.context: 2.10.08 -> 2.11.02

parent 45e7ffc3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -308,11 +308,11 @@ chktex = stdenv.mkDerivation {
# for details see https://wiki.contextgarden.net/Building_LuaMetaTeX_for_TeX_Live
context = stdenv.mkDerivation rec {
  pname = "luametatex";
  version = "2.10.08";
  version = "2.11.02";

  src = fetchurl {
    url = "https://tug.org/svn/texlive/trunk/Master/source/luametatex-${version}.tar.xz?revision=67034&view=co";
    hash = "sha256-3JeOUQ63jJOZWTxFCoyWjfcrspmdmC/yqgS1JaLfTWk=";
    url = "https://tug.org/svn/texlive/trunk/Master/source/luametatex-${version}.tar.xz?revision=70616&view=co";
    hash = "sha256-o7esoBBTTYEstkd7l34BWxew3fIRdVcFiGxrT1/KP1o=";
  };

  enableParallelBuilding = true;