summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/ibus-engines
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 19:47:33 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 19:47:33 -0700
commit5d0fd4c163f722ab89d7537bc2108bc6ef42fc41 (patch)
tree08870779bf5e965b0b56d6958cd105389e2b4bde /pkgs/tools/inputmethods/ibus-engines
parente2d07d2cc7e880d6c1dbff211a8b9b4f503ca7a0 (diff)
downloadnixpkgs-5d0fd4c163f722ab89d7537bc2108bc6ef42fc41.tar
nixpkgs-5d0fd4c163f722ab89d7537bc2108bc6ef42fc41.tar.gz
nixpkgs-5d0fd4c163f722ab89d7537bc2108bc6ef42fc41.tar.bz2
nixpkgs-5d0fd4c163f722ab89d7537bc2108bc6ef42fc41.tar.lz
nixpkgs-5d0fd4c163f722ab89d7537bc2108bc6ef42fc41.tar.xz
nixpkgs-5d0fd4c163f722ab89d7537bc2108bc6ef42fc41.tar.zst
nixpkgs-5d0fd4c163f722ab89d7537bc2108bc6ef42fc41.zip
ibus-engines.typing-booster-unwrapped: 2.6.1 -> 2.6.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
Diffstat (limited to 'pkgs/tools/inputmethods/ibus-engines')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/default.nix
index c762334c1b7..2b2cc1a3499 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/default.nix
@@ -13,13 +13,13 @@ in
 
 stdenv.mkDerivation rec {
   name = "ibus-typing-booster-${version}";
-  version = "2.6.1";
+  version = "2.6.2";
 
   src = fetchFromGitHub {
     owner = "mike-fabian";
     repo = "ibus-typing-booster";
     rev = version;
-    sha256 = "09zlrkbv1bh6h08an5wihbsl8qqawxhdp2vcbjqrx2v8gqm1zidm";
+    sha256 = "0013njl539knp78iciv860fkpl15bkwarjwd2vjrmr5dbb0h15yc";
   };
 
   patches = [ ./hunspell-dirs.patch ];