Merge pull request #76284 from r-ryantm/auto-update/ibus-typing-booster

ibus-engines.typing-booster-unwrapped: 2.7.2 -> 2.7.4
This commit is contained in:
Maximilian Bosch 2019-12-23 20:54:48 +01:00 committed by GitHub
commit 9754ee33e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@ in
stdenv.mkDerivation rec {
pname = "ibus-typing-booster";
version = "2.7.2";
version = "2.7.4";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
sha256 = "1v11hipdh8chkd81gcack42v8h8q4z2x2gv2gyymqk15yj0959i3";
sha256 = "0wp9y6cgxsb2z1hk899q7wybl7v49vkgx6x5zl4l706jm3w9qmg8";
};
patches = [ ./hunspell-dirs.patch ];