Skip to content

Commit 8869902

Browse files
committed
libpinyin: 2.10.1 -> 2.10.2
1 parent 489293f commit 8869902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libpinyin/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ let
1818
in
1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "libpinyin";
21-
version = "2.10.1";
21+
version = "2.10.2";
2222

2323
src = fetchFromGitHub {
2424
owner = "libpinyin";
2525
repo = "libpinyin";
2626
tag = finalAttrs.version;
27-
hash = "sha256-bvPxbi/QwRQ5fFgVKC9kdqY/wbZApZaaIYXozQtHprY=";
27+
hash = "sha256-EexmZFGvuMextbiMZ6mSV58UUUjVVGMQubtS6DzoBs0=";
2828
};
2929

3030
postUnpack = ''

0 commit comments

Comments
 (0)