Skip to content

Commit

Permalink
unifont_upper: 11.0.03 -> 12.0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill authored and rycee committed Mar 7, 2019
1 parent 5531e13 commit 27fd948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/unifont_upper/default.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchzip }:

let
version = "11.0.03";
version = "12.0.01";
in fetchzip rec {
name = "unifont_upper-${version}";

url = "mirror://gnu/unifont/unifont-${version}/${name}.ttf";

postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/unifont_upper.ttf";

sha256 = "1gfjv3n9pxwzla4pil518a80ihn5wz0c7d4mhfw0dj2n5fwgpdmr";
sha256 = "1mmbndyi91fcdj7ykk5y7rypmm5jf2zf5pp5ab8hq3aa9y7invw3";

meta = with stdenv.lib; {
description = "Unicode font for glyphs above the Unicode Basic Multilingual Plane";
Expand Down

0 comments on commit 27fd948

Please sign in to comment.