forked from mirrors/nixpkgs
fonts/babestone-han: 11.0.2 -> 11.0.3 (#43035)
This commit is contained in:
parent
dfd30c6943
commit
7dabd04299
|
@ -1,7 +1,7 @@
|
|||
{stdenv, fetchzip}:
|
||||
|
||||
let
|
||||
version = "11.0.2";
|
||||
version = "11.0.3";
|
||||
in fetchzip {
|
||||
name = "babelstone-han-${version}";
|
||||
|
||||
|
@ -10,7 +10,7 @@ in fetchzip {
|
|||
mkdir -p $out/share/fonts/truetype
|
||||
unzip $downloadedFile '*.ttf' -d $out/share/fonts/truetype
|
||||
'';
|
||||
sha256 = "003cz520riskjp729y3piqhmnzfw3jyrmb94im7jyvlc7hp14cdh";
|
||||
sha256 = "0c8s21kllyilwivrb8gywq818y67w3zpann34hz36vy0wyiswn1c";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Unicode CJK font with over 36000 Han characters";
|
||||
|
|
Loading…
Reference in a new issue