Merge pull request #35137 from volth/patch-88
babelstone-han: 10.0.0 -> 10.0.2
This commit is contained in:
commit
679c55741c
@ -1,16 +1,16 @@
|
||||
{stdenv, fetchzip}:
|
||||
|
||||
let
|
||||
version = "10.0.0";
|
||||
version = "10.0.2";
|
||||
in fetchzip {
|
||||
name = "babelstone-han-${version}";
|
||||
|
||||
url = http://www.babelstone.co.uk/Fonts/0816/BabelStoneHan.zip;
|
||||
url = http://www.babelstone.co.uk/Fonts/7932/BabelStoneHan.zip;
|
||||
postFetch = ''
|
||||
mkdir -p $out/share/fonts/truetype
|
||||
unzip $downloadedFile '*.ttf' -d $out/share/fonts/truetype
|
||||
'';
|
||||
sha256 = "0648hv5c1hq3bq7mlk7bnmflzzqj4wh137bjqyrwj5hy3nqzvl5r";
|
||||
sha256 = "17r5cf028v66yzjf9qbncn4rchv2xxkl2adxr35ppg1l7zssz9v6";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Unicode CJK font with over 32600 Han characters";
|
||||
|
Loading…
Reference in New Issue
Block a user