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 ce05daa + 8869902 commit 5a6010cCopy full SHA for 5a6010c
pkgs/by-name/li/libpinyin/package.nix
@@ -18,13 +18,13 @@ let
18
in
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "libpinyin";
21
- version = "2.10.1";
+ version = "2.10.2";
22
23
src = fetchFromGitHub {
24
owner = "libpinyin";
25
repo = "libpinyin";
26
tag = finalAttrs.version;
27
- hash = "sha256-bvPxbi/QwRQ5fFgVKC9kdqY/wbZApZaaIYXozQtHprY=";
+ hash = "sha256-EexmZFGvuMextbiMZ6mSV58UUUjVVGMQubtS6DzoBs0=";
28
};
29
30
postUnpack = ''
0 commit comments