unifont_upper: 13.0.05 -> 13.0.06

This commit is contained in:
Robert Helgesson 2021-08-05 22:57:53 +02:00
parent 7e6c9ba91c
commit 0ec2c62641

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "13.0.05";
version = "13.0.06";
in fetchzip rec {
name = "unifont_upper-${version}";
@ -9,14 +9,14 @@ in fetchzip rec {
postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/unifont_upper.ttf";
sha256 = "1cpi44fzsiq3yqg38763awgri1ma46421c3v8167bsxzsx7vzlkp";
sha256 = "0bqw30h5b787dw8bn1dj8shz22mlxr1zmcfp68fpyll5vg02540n";
meta = with lib; {
description = "Unicode font for glyphs above the Unicode Basic Multilingual Plane";
homepage = "http://unifoundry.com/unifont.html";
homepage = "https://unifoundry.com/unifont/";
# Basically GPL2+ with font exception.
license = "http://unifoundry.com/LICENSE.txt";
license = "https://unifoundry.com/LICENSE.txt";
maintainers = [ maintainers.mathnerd314 maintainers.vrthra ];
platforms = platforms.all;
};