Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
unifont_upper: 10.0.06 -> 11.0.03
Browse files Browse the repository at this point in the history
Also move to GNU mirror for the file, as we do for unifont.
  • Loading branch information
dtzWill committed Mar 2, 2019
1 parent 7093aa5 commit e78d7c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/data/fonts/unifont_upper/default.nix
@@ -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";
Expand Down

0 comments on commit e78d7c5

Please sign in to comment.