lol

unifont_upper: 13.0.05 -> 13.0.06

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