Skip to content

Commit

Permalink
unifont_upper: bump version to match the standard unifont package
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Nov 13, 2017
1 parent a8a2c22 commit 443b592
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 = "9.0.03";
version = "10.0.06";
in fetchzip rec {
name = "unifont_upper-${version}";

url = "http://unifoundry.com/pub/unifont-${version}/font-builds/${name}.ttf";

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

sha256 = "0anja3wrdjw0czqqk6wpf9yrkp0b11hb98wzmrpyij9gfgrspd71";
sha256 = "13x5z8iyh9xz5fllcy89yinnz1iy16a2pjf3vip66nz10sq8crlr";

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

0 comments on commit 443b592

Please sign in to comment.