diff options
| author | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2024-04-01 19:45:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 19:45:45 +0200 |
| commit | 790bb39e577479e3a5cf760c73e0048b70457d75 (patch) | |
| tree | e0ef473cf8444757d4a2c69784b1679c8ae47dc5 | |
| parent | Merge pull request #290297 from daylinmorgan/catppuccin-gtk-patch (diff) | |
| parent | u001-font: add mirror (diff) | |
| download | nixpkgs-790bb39e577479e3a5cf760c73e0048b70457d75.tar.gz | |
Merge pull request #300678 from toastal/u001-font-mirror
u001-font: add mirror
| -rw-r--r-- | pkgs/data/fonts/u001/default.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/data/fonts/u001/default.nix b/pkgs/data/fonts/u001/default.nix index c50e972a4d69..b0359ac1e55e 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; }; |
