ibus-engines.typing-booster-unwrapped: 2.7.2 -> 2.7.4

This commit is contained in:
R. RyanTM 2019-12-23 09:08:50 -08:00
parent f79e10061f
commit d3bbcac638

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 ];