mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
unifont_upper: 10.0.06 -> 11.0.03
Also move to GNU mirror for the file, as we do for unifont.
This commit is contained in:
parent
7093aa51b8
commit
e78d7c56e0
@ -1,15 +1,15 @@
|
||||
{ stdenv, fetchzip }:
|
||||
|
||||
let
|
||||
version = "10.0.06";
|
||||
version = "11.0.03";
|
||||
in fetchzip rec {
|
||||
name = "unifont_upper-${version}";
|
||||
|
||||
url = "http://unifoundry.com/pub/unifont-${version}/font-builds/${name}.ttf";
|
||||
url = "mirror://gnu/unifont/unifont-${version}/${name}.ttf";
|
||||
|
||||
postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/unifont_upper.ttf";
|
||||
|
||||
sha256 = "13x5z8iyh9xz5fllcy89yinnz1iy16a2pjf3vip66nz10sq8crlr";
|
||||
sha256 = "1gfjv3n9pxwzla4pil518a80ihn5wz0c7d4mhfw0dj2n5fwgpdmr";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Unicode font for glyphs above the Unicode Basic Multilingual Plane";
|
||||
|
Loading…
Reference in New Issue
Block a user