lxgw-wenkai 1.250 -> 1.300 https://repology.org/project/lxgw-wenkai/versions attrpath: lxgw-wenkai Checking auto update branch... No auto update branch exists Old version 1.250" not present in master derivation file with contents: { lib, stdenvNoCC, fetchurl }: stdenvNoCC.mkDerivation rec { pname = "lxgw-wenkai"; version = "1.300"; src = fetchurl { url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/${pname}-v${version}.tar.gz"; hash = "sha256-pPN8siF/8D78sEcXoF+vZ4BIeYWyXAuk4HBQJP+G3O8="; }; installPhase = '' runHook preInstall mkdir -p $out/share/fonts/truetype mv *.ttf $out/share/fonts/truetype runHook postInstall ''; meta = with lib; { homepage = "https://lxgw.github.io/"; description = "An open-source Chinese font derived from Fontworks' Klee One"; license = licenses.ofl; platforms = platforms.all; maintainers = with maintainers; [ elliot ]; }; }