mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 09:27:55 +00:00
ibus-engines.typing-booster: 2.20.0 -> 2.22.3
https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.22.3
This commit is contained in:
parent
351cec5db3
commit
48921b6100
@ -13,13 +13,13 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ibus-typing-booster";
|
||||
version = "2.20.0";
|
||||
version = "2.22.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mike-fabian";
|
||||
repo = "ibus-typing-booster";
|
||||
rev = version;
|
||||
hash = "sha256-evKCKPddQ4yRgI0NDOk6iEkS4910cYhLTvicLxJEbxE=";
|
||||
hash = "sha256-C5WF3yS2TLPnDT+gQljt2KHYB5TqkFkLvb4XZHFKz50=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook gobject-introspection ];
|
||||
|
Loading…
Reference in New Issue
Block a user