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.
This commit is contained in:
toastal 2024-04-01 19:44:05 +07:00 committed by Weijia Wang
parent 354e1366a7
commit fe13f29a56

View file

@ -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;
};