corefonts: fix build

This commit is contained in:
John Titor
2024-06-05 13:34:33 +05:30
parent c149b8818b
commit ac3d5c97b1
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
version = "1";
exes = map ({name, sha256}: fetchurl {
url = "mirror://sourceforge/corefonts/${name}32.exe";
url = "mirror://sourceforge/corefonts/the%20fonts/final/${name}32.exe";
inherit sha256;
}) fonts;