lxgw-wenkai: 1.245.1 -> 1.250

This commit is contained in:
Weijia Wang 2023-01-24 16:37:28 +01:00
parent b3c86fff5b
commit 74b082f8b7

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "lxgw-wenkai";
version = "1.245.1";
version = "1.250";
src = fetchurl {
url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/${pname}-v${version}.tar.gz";
hash = "sha256-CllpZdTC27fsh6Uo+VERvXBjl/tjdhIfA+v29GXIG44=";
hash = "sha256-Nkd0xXYCnR0NZAk/JCxy+zOlxIxD52Px4F9o2L9mgRE=";
};
dontBuild = true;