mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
unifont_upper: 8.0.01 -> 9.0.01
This commit is contained in:
parent
9a00f4130f
commit
adad54cb91
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "unifont_upper-${version}";
|
||||
version = "8.0.01";
|
||||
version = "9.0.01";
|
||||
|
||||
ttf = fetchurl {
|
||||
url = "http://unifoundry.com/pub/unifont-8.0.01/font-builds/${name}.ttf";
|
||||
sha256 = "0ffqm85bk345pnql1x0rbg0z31472y844xibb27njjg4avb21lga";
|
||||
url = "http://unifoundry.com/pub/unifont-9.0.01/font-builds/${name}.ttf";
|
||||
sha256 = "06b7na4vb2fjn0zn14bmarzn6vb3ndkysixc89kmb2cc24kfpix1";
|
||||
};
|
||||
|
||||
phases = "installPhase";
|
||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# Basically GPL2+ with font exception.
|
||||
license = http://unifoundry.com/LICENSE.txt;
|
||||
maintainers = [ maintainers.mathnerd314 ];
|
||||
maintainers = [ maintainers.mathnerd314 maintainers.vrthra ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user