mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
unifont_upper: 9.0.01 -> 9.0.03
This commit is contained in:
parent
6dc6147d8f
commit
c7917c5a45
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "unifont_upper-${version}";
|
||||
version = "9.0.01";
|
||||
version = "9.0.03";
|
||||
|
||||
ttf = fetchurl {
|
||||
url = "http://unifoundry.com/pub/unifont-9.0.01/font-builds/${name}.ttf";
|
||||
sha256 = "06b7na4vb2fjn0zn14bmarzn6vb3ndkysixc89kmb2cc24kfpix1";
|
||||
url = "http://unifoundry.com/pub/unifont-${version}/font-builds/${name}.ttf";
|
||||
sha256 = "015v39y6nnyz4ld006349jzk9isyaqp4cnvmz005ylfnicl4zwhi";
|
||||
};
|
||||
|
||||
phases = "installPhase";
|
||||
|
Loading…
Reference in New Issue
Block a user