ibus-engines.libpinyin: 1.11.1 -> 1.12.0
This commit is contained in:
parent
8909b5de82
commit
4ef8bd3d16
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ibus-libpinyin";
|
pname = "ibus-libpinyin";
|
||||||
version = "1.11.1";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libpinyin";
|
owner = "libpinyin";
|
||||||
repo = "ibus-libpinyin";
|
repo = "ibus-libpinyin";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0b8rilk9zil9gvfhlk3rphcby6ph11dw66j175wp0na6h6hjlaf2";
|
sha256 = "sha256-fEEiwRoGGFAki1DMQvGuzjz2NAjhExyH11l8KTwjjsI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
isIbusEngine = true;
|
isIbusEngine = true;
|
||||||
description = "IBus interface to the libpinyin input method";
|
description = "IBus interface to the libpinyin input method";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ ericsagnes ];
|
maintainers = with maintainers; [ ericsagnes ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue