We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fca93fa + 5555ef2 commit d943829Copy full SHA for d943829
pkgs/by-name/lx/lxgw-wenkai/package.nix
@@ -6,11 +6,11 @@
6
7
stdenvNoCC.mkDerivation rec {
8
pname = "lxgw-wenkai";
9
- version = "1.501";
+ version = "1.510";
10
11
src = fetchurl {
12
url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/${pname}-v${version}.tar.gz";
13
- hash = "sha256-7BBg6TGJzTVgBHPyzTYGFjXmidvAzOVCWAU11LylmBI=";
+ hash = "sha256-RZ+vcFDKMW63oYz4meNvNSIyEdY9I5sKhqOAPKlPP4Q=";
14
};
15
16
installPhase = ''
0 commit comments