unifont_upper: 13.0.05 -> 13.0.06

+4 -4
+4 -4
pkgs/data/fonts/unifont_upper/default.nix
··· 1 1 { lib, fetchzip }: 2 2 3 3 let 4 - version = "13.0.05"; 4 + version = "13.0.06"; 5 5 in fetchzip rec { 6 6 name = "unifont_upper-${version}"; 7 7 ··· 9 9 10 10 postFetch = "install -Dm644 $downloadedFile $out/share/fonts/truetype/unifont_upper.ttf"; 11 11 12 - sha256 = "1cpi44fzsiq3yqg38763awgri1ma46421c3v8167bsxzsx7vzlkp"; 12 + sha256 = "0bqw30h5b787dw8bn1dj8shz22mlxr1zmcfp68fpyll5vg02540n"; 13 13 14 14 meta = with lib; { 15 15 description = "Unicode font for glyphs above the Unicode Basic Multilingual Plane"; 16 - homepage = "http://unifoundry.com/unifont.html"; 16 + homepage = "https://unifoundry.com/unifont/"; 17 17 18 18 # Basically GPL2+ with font exception. 19 - license = "http://unifoundry.com/LICENSE.txt"; 19 + license = "https://unifoundry.com/LICENSE.txt"; 20 20 maintainers = [ maintainers.mathnerd314 maintainers.vrthra ]; 21 21 platforms = platforms.all; 22 22 };