lxgw-wenkai: 1.500 -> 1.501

This commit is contained in:
Ryan Cao 2024-10-28 00:23:53 +08:00
parent bea39f85a1
commit 999e208c4e
No known key found for this signature in database
GPG Key ID: 48C96B2057D71CB1

View File

@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation rec {
pname = "lxgw-wenkai";
version = "1.500";
version = "1.501";
src = fetchurl {
url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/${pname}-v${version}.tar.gz";
hash = "sha256-5cQSHrL/kllmsrOSEHDhsiIa3PXpDh5ELrCnVh/9pxI=";
hash = "sha256-7BBg6TGJzTVgBHPyzTYGFjXmidvAzOVCWAU11LylmBI=";
};
installPhase = ''