libpinyin: 2.6.1 -> 2.6.2

This commit is contained in:
linsui 2022-04-23 20:46:20 +08:00
parent 724be2adc1
commit 5592b3789a

View file

@ -16,13 +16,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libpinyin"; pname = "libpinyin";
version = "2.6.1"; version = "2.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libpinyin"; owner = "libpinyin";
repo = "libpinyin"; repo = "libpinyin";
rev = version; rev = version;
sha256 = "0izisma5g9a7mxfxs177pi1d7v9dklm0ar4z404nf2s8x4wcg3ib"; sha256 = "sha256-hafetjKWqImg3Jr1tSXjY0RwbBQ7LccXqx0OdtKCy/c=";
}; };
postUnpack = '' postUnpack = ''
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Library for intelligent sentence-based Chinese pinyin input method"; description = "Library for intelligent sentence-based Chinese pinyin input method";
homepage = "https://sourceforge.net/projects/libpinyin"; homepage = "https://github.com/libpinyin/libpinyin";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ linsui ericsagnes ]; maintainers = with maintainers; [ linsui ericsagnes ];
platforms = platforms.linux; platforms = platforms.linux;