saxon: update dead src.url

This commit is contained in:
Justin Restivo
2025-12-18 17:18:21 -05:00
parent 322fdfcdbd
commit 4a0627748e
@@ -130,7 +130,9 @@ in
pname = "saxon";
version = "6.5.3";
src = fetchurl {
url = "mirror://sourceforge/saxon/saxon${dashify version}.zip";
url = "mirror://sourceforge/saxon/OldFiles/${version}/saxon${
builtins.replaceStrings [ "." ] [ "_" ] version
}.zip";
hash = "sha256-Q28wzqyUCPBJ2C3a8acdG2lmeee8GeEAgg9z8oUfvlA=";
};
description = "XSLT 1.0 processor";