fonts/babestone-han: 11.0.2 -> 11.0.3 (#43035)

This commit is contained in:
volth 2018-07-05 07:13:06 +00:00 committed by xeji
parent dfd30c6943
commit 7dabd04299

View File

@ -1,7 +1,7 @@
{stdenv, fetchzip}: {stdenv, fetchzip}:
let let
version = "11.0.2"; version = "11.0.3";
in fetchzip { in fetchzip {
name = "babelstone-han-${version}"; name = "babelstone-han-${version}";
@ -10,7 +10,7 @@ in fetchzip {
mkdir -p $out/share/fonts/truetype mkdir -p $out/share/fonts/truetype
unzip $downloadedFile '*.ttf' -d $out/share/fonts/truetype unzip $downloadedFile '*.ttf' -d $out/share/fonts/truetype
''; '';
sha256 = "003cz520riskjp729y3piqhmnzfw3jyrmb94im7jyvlc7hp14cdh"; sha256 = "0c8s21kllyilwivrb8gywq818y67w3zpann34hz36vy0wyiswn1c";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Unicode CJK font with over 36000 Han characters"; description = "Unicode CJK font with over 36000 Han characters";