about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2024-04-01 19:44:05 +0700
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-01 19:01:44 +0200
commitfe13f29a565420aafc404ba577e297b58ab5a14f (patch)
tree22cb3df33ff1e31cdc65e3b73c4fed2803c0bc7b /pkgs/data
parent354e1366a78c6d178bdd636ea8e9b8628a015e12 (diff)
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.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/u001/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/data/fonts/u001/default.nix b/pkgs/data/fonts/u001/default.nix
index c50e972a4d69b..b0359ac1e55e8 100644
--- a/pkgs/data/fonts/u001/default.nix
+++ b/pkgs/data/fonts/u001/default.nix
@@ -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;
   };