lxgw-wenkai: 1.311 -> 1.312

This commit is contained in:
1sixth 2023-12-10 20:43:00 +08:00
parent d826a919f9
commit a2b5fb8e5a
No known key found for this signature in database

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "lxgw-wenkai";
version = "1.311";
version = "1.312";
src = fetchurl {
url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/${pname}-v${version}.tar.gz";
hash = "sha256-R7j6SBWGbkS4cJI1J8M5NDIDeJDFMjtXZnGiyxm2rjg=";
hash = "sha256-KU0cTzdHfWIqYbBksGym9JaN/M3VRASYcQOxrAxip4I=";
};
installPhase = ''