unifont_upper: 13.0.06 -> 14.0.01

This commit is contained in:
Robert Helgesson 2021-09-22 18:53:48 +02:00
parent f74776f8ce
commit 4c513c6b65
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "13.0.06";
version = "14.0.01";
in fetchzip rec {
name = "unifont_upper-${version}";
@ -9,7 +9,7 @@ in fetchzip rec {
postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/unifont_upper.ttf";
sha256 = "0bqw30h5b787dw8bn1dj8shz22mlxr1zmcfp68fpyll5vg02540n";
sha256 = "0sb3m2qg0ri7zmxhjvrq8n0jmxxjx8rrx9rpibh5f5fbfkibq4gm";
meta = with lib; {
description = "Unicode font for glyphs above the Unicode Basic Multilingual Plane";