Skip to content

Commit

Permalink
Merge pull request #76284 from r-ryantm/auto-update/ibus-typing-booster
Browse files Browse the repository at this point in the history
ibus-engines.typing-booster-unwrapped: 2.7.2 -> 2.7.4
  • Loading branch information
Ma27 committed Dec 23, 2019
2 parents d37b082 + d3bbcac commit 9754ee3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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 ];
Expand Down

0 comments on commit 9754ee3

Please sign in to comment.