Merge pull request #300697 from r-ryantm/auto-update/lxgw-neoxihei

lxgw-neoxihei: 1.120.1 -> 1.120.2
This commit is contained in:
Weijia Wang 2024-04-01 23:59:36 +02:00 committed by GitHub
commit 8bb85e47ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -5,11 +5,11 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "lxgw-neoxihei"; pname = "lxgw-neoxihei";
version = "1.120.1"; version = "1.120.2";
src = fetchurl { src = fetchurl {
url = "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v${version}/LXGWNeoXiHei.ttf"; url = "https://github.com/lxgw/LxgwNeoXiHei/releases/download/v${version}/LXGWNeoXiHei.ttf";
hash = "sha256-shzJ5y2mjvodtSHct9gm+09CludxUpR38qi9zvewjaQ="; hash = "sha256-RN0OmNS3aSRMK19nNiqXYJ4PIAQh6u5W/+L8DCeqMcE=";
}; };
dontUnpack = true; dontUnpack = true;

View File

@ -29089,8 +29089,6 @@ with pkgs;
inherit (plasma5Packages) breeze-icons; inherit (plasma5Packages) breeze-icons;
}; };
lxgw-neoxihei = callPackage ../data/fonts/lxgw-neoxihei { };
lxgw-wenkai = callPackage ../data/fonts/lxgw-wenkai { }; lxgw-wenkai = callPackage ../data/fonts/lxgw-wenkai { };
maia-icon-theme = libsForQt5.callPackage ../data/icons/maia-icon-theme { }; maia-icon-theme = libsForQt5.callPackage ../data/icons/maia-icon-theme { };