unifont_upper: 14.0.03 -> 14.0.04

This commit is contained in:
Robert Helgesson 2022-06-16 00:28:23 +02:00
parent 974b4fbe48
commit 249a7736f5

View File

@ -1,15 +1,19 @@
{ lib, fetchzip }:
{ lib, fetchurl }:
let
version = "14.0.03";
in fetchzip rec {
version = "14.0.04";
in fetchurl rec {
name = "unifont_upper-${version}";
url = "mirror://gnu/unifont/unifont-${version}/${name}.ttf";
downloadToTemp = true;
recursiveHash = true;
postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/unifont_upper.ttf";
sha256 = "1lwx7syb9ij4dlqiiybp6xgvar2sszxphvaqh64vivzj9gp0g0ai";
hash = "sha256-cNw+3Y/6h2TD6ZSaGO32NNyiTwCUSJsA3Q5W5/m+eLE=";
meta = with lib; {
description = "Unicode font for glyphs above the Unicode Basic Multilingual Plane";