mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
Merge pull request #323858 from r-ryantm/auto-update/ibus-engines.typing-booster-unwrapped
ibus-engines.typing-booster-unwrapped: 2.25.10 -> 2.25.11
This commit is contained in:
commit
44e481e95a
@ -13,13 +13,13 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ibus-typing-booster";
|
||||
version = "2.25.10";
|
||||
version = "2.25.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mike-fabian";
|
||||
repo = "ibus-typing-booster";
|
||||
rev = version;
|
||||
hash = "sha256-6kcU6oOH75X/M1+fv3m+r05ffIFYrXrlNl8tB6K+B5I=";
|
||||
hash = "sha256-of8FcuYeLIEQgPmEQt1UqcMT6Bd2l5sCDj0Cia0JbmM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook3 gobject-introspection ];
|
||||
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Completion input method for faster typing";
|
||||
mainProgram = "emoji-picker";
|
||||
maintainers = with maintainers; [ ncfavier ];
|
||||
platforms = platforms.linux;
|
||||
isIbusEngine = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user