lxgw-wenkai: 1.210 -> 1.222

This commit is contained in:
R. Ryantm 2022-03-18 09:32:05 +00:00
parent b19c177b87
commit 9391bf4af8

View File

@ -1,6 +1,6 @@
{ lib, fetchzip }:
let version = "1.210"; in
let version = "1.222"; in
fetchzip {
name = "lxgw-wenkai-${version}";
url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/lxgw-wenkai-v${version}.tar.gz";
@ -11,7 +11,7 @@ fetchzip {
cp *.ttf $out/share/fonts/truetype
'';
sha256 = "n8vnkoOJuUO4Gh+GUInZ/HJK5t4pD7MrPPaxDyH+0Qw=";
sha256 = "sha256-u2NTEYZrotOHktc2R5RWMFqeZ775/IpYJSUBO6PWijM=";
meta = with lib; {
homepage = "https://lxgw.github.io/";