From 9036ede9dc2db14809ea7fd0080d873cfb40a5cf Mon Sep 17 00:00:00 2001 From: Leon Schoorl Date: Thu, 1 Aug 2024 16:02:29 +0200 Subject: [PATCH] texlive.bin: update src urls --- pkgs/tools/typesetting/tex/texlive/bin.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix index 86ac35eb7809..d712b48b8cea 100644 --- a/pkgs/tools/typesetting/tex/texlive/bin.nix +++ b/pkgs/tools/typesetting/tex/texlive/bin.nix @@ -239,7 +239,7 @@ core-big = stdenv.mkDerivation { # to the version vendored by texlive (2.1.0-beta3) (fetchpatch { name = "luajit-fix-aarch64-linux.patch"; - url = "https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/LuaJIT/patches/e9af1abec542e6f9851ff2368e7f196b6382a44c.patch"; + url = "https://raw.githubusercontent.com/void-linux/void-packages/30253fbfc22cd93d97ec53df323778a3aab82754/srcpkgs/LuaJIT/patches/e9af1abec542e6f9851ff2368e7f196b6382a44c.patch"; hash = "sha256-ysSZmfpfCFMukfHmIqwofAZux1e2kEq/37lfqp7HoWo="; stripLen = 1; extraPrefix = "libs/luajit/LuaJIT-src/"; @@ -320,7 +320,11 @@ context = stdenv.mkDerivation rec { version = "2.10.08"; 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?pathrev=67034&view=co"; + # keep the name the same, to avoid rebuilds now + name = "luametatex-${version}.tar.xz?revision=67034&view=co"; + # when bumping the version this should probably be changed to: + # name = "luametatex-${version}.tar.xz"; hash = "sha256-3JeOUQ63jJOZWTxFCoyWjfcrspmdmC/yqgS1JaLfTWk="; };