1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

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

ibus-engines.typing-booster-unwrapped: 2.5.0 -> 2.5.3
This commit is contained in:
Maximilian Bosch 2019-03-02 18:04:08 +01:00 committed by GitHub
commit 7a20d7c116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@ in
stdenv.mkDerivation rec {
name = "ibus-typing-booster-${version}";
version = "2.5.0";
version = "2.5.3";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
sha256 = "1ghd9rqgs3xcv6crvc8x1nhrnr84rbp3b970mfg8f1yz6rsx9107";
sha256 = "124a6yd7g6ws8s6p5146rhvyjswk001fqncc32jsfmjjgmgisqn2";
};
patches = [ ./hunspell-dirs.patch ];