Unverified Commit 152e308c authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

brill: fix build (#455565)

parents ae9c879a f6bf1c91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  version = "4.000.073";

  src = fetchzip {
    url = "https://brill.com/fileasset/The_Brill_Typeface_Package_v_4_0.zip";
    url = "https://web.archive.org/web/20250719162541/https://brill.com/fileasset/The_Brill_Typeface_Package_v_4_0.zip";
    hash = "sha256-ugmEIkeBzD/4C9wkVfbctEtnzI8Kw+YD6KGcbk4BAf4=";
    stripRoot = false;
  };