unifont_upper: 14.0.04 -> 15.0.01

This commit is contained in:
kilianar 2022-09-14 23:12:19 +02:00
parent f3db35354b
commit 819e276b0a

View file

@ -1,7 +1,7 @@
{ lib, fetchurl }:
let
version = "14.0.04";
version = "15.0.01";
in fetchurl rec {
name = "unifont_upper-${version}";
@ -13,7 +13,7 @@ in fetchurl rec {
postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/unifont_upper.ttf";
hash = "sha256-cNw+3Y/6h2TD6ZSaGO32NNyiTwCUSJsA3Q5W5/m+eLE=";
hash = "sha256-cGX9umTGRfrQT3gwPgNqxPHB7Un3ZT3b7hPy4IP45Fk=";
meta = with lib; {
description = "Unicode font for glyphs above the Unicode Basic Multilingual Plane";