ibus-engines.typing-booster-unwrapped: 2.1.1 -> 2.1.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ibus-typing-booster/versions
This commit is contained in:
R. RyanTM 2018-10-03 10:40:13 -07:00
parent 4d1abc4419
commit 19a9ca96aa

View File

@ -13,13 +13,13 @@ in
stdenv.mkDerivation rec {
name = "ibus-typing-booster-${version}";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
sha256 = "01kpxplk9nh56f32fkq3nnsqykbzpi7pcxbfp38dq0prgrhw9a6b";
sha256 = "0qg49d0hsb1mvq33p14nc6mdw6x3km1ax620gphczfmz9ki5bf4g";
};
patches = [ ./hunspell-dirs.patch ];