unifont: 8.0.01 -> 9.0.01

This commit is contained in:
Rahul Gopinath 2016-07-04 10:32:08 -07:00
parent 89523c117b
commit 9a00f4130f
1 changed files with 4 additions and 4 deletions

View File

@ -2,16 +2,16 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "unifont-${version}"; name = "unifont-${version}";
version = "8.0.01"; version = "9.0.01";
ttf = fetchurl { ttf = fetchurl {
url = "http://fossies.org/linux/unifont/font/precompiled/${name}.ttf"; url = "http://fossies.org/linux/unifont/font/precompiled/${name}.ttf";
sha256 = "0g4g2n024072cdrs2wjp7xmkr3i9dm52a5g9hiafxjgj5a45c8kl"; sha256 = "0n2vdzrp86bjxfyqgmryrqckmjiiz4jvsfz9amgg3dv2p42y0dhd";
}; };
pcf = fetchurl { pcf = fetchurl {
url = "http://fossies.org/linux/unifont/font/precompiled/${name}.pcf.gz"; url = "http://fossies.org/linux/unifont/font/precompiled/${name}.pcf.gz";
sha256 = "0mpdy2k7z9s60x8i6sbv64p9wrihfwgrw81x5yj13rl6x7zzghr8"; sha256 = "1n3zff46pk6s2x5y7h76aq7h9wfq2acv77gpmxkhz5iwvbpxgb4z";
}; };
buildInputs = [ mkfontscale mkfontdir ]; buildInputs = [ mkfontscale mkfontdir ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
# Basically GPL2+ with font exception. # Basically GPL2+ with font exception.
license = http://unifoundry.com/LICENSE.txt; license = http://unifoundry.com/LICENSE.txt;
maintainers = [ maintainers.rycee ]; maintainers = [ maintainers.rycee maintainers.vrthra ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }