lxgw-wenkai: 1.521 -> 1.522 (#500811)

This commit is contained in:
Nick Cao
2026-03-17 20:44:01 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation rec {
pname = "lxgw-wenkai";
version = "1.521";
version = "1.522";
src = fetchurl {
url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/lxgw-wenkai-v${version}.tar.gz";
hash = "sha256-4GWCSMl+gdxnEPa8JPz7c+bWmxP7HaZHj+D0yUDqgVc=";
hash = "sha256-aBp31dACF146nhrw/G+iIBZMya1sFPHoQqU5h4584aQ=";
};
nativeBuildInputs = [ installFonts ];