Unverified Commit f6bf1c91 authored by Paul Joubert's avatar Paul Joubert
Browse files

brill: fix build

parent 36576a1e
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;
  };