Commit fe13f29a authored by toastal's avatar toastal Committed by Weijia Wang
Browse files

u001-font: add mirror

This is not ideal to me, but currently the main mirror seems down, but I
rely on this font for a couple of my own designs. Other (sketchy)
mirrors didn’t include the ``Copying.AFPL.txt`` file so they don’t
reproduce.
parent 354e1366
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -5,8 +5,11 @@ stdenvNoCC.mkDerivation rec {
  version = "unstable-2016-08-01"; # date in the zip file, actual creation date unknown

  src = fetchzip {
    url = "https://fontlibrary.org/assets/downloads/u001/3ea00b3c0c8fa6ce4373e5766fafd651/u001.zip";
    sha256 = "sha256-7H32pfr0g68XP5B48VUY99e6fbd7rhH6fEnCKNXWEkU=";
    urls = [
      "https://fontlibrary.org/assets/downloads/u001/3ea00b3c0c8fa6ce4373e5766fafd651/u001.zip"
      "https://web.archive.org/web/20220830085803/https://fontlibrary.org/assets/downloads/u001/3ea00b3c0c8fa6ce4373e5766fafd651/u001.zip"
    ];
    hash = "sha256-7H32pfr0g68XP5B48VUY99e6fbd7rhH6fEnCKNXWEkU=";
    stripRoot = false;
  };