summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2018-03-23 14:48:07 +0100
committerGitHub <noreply@github.com>2018-03-23 14:48:07 +0100
commit7af85f5970239524124a730e118123f2622dfae0 (patch)
treea3911399fd8d83c644bcb8e38ba628f8f2ef41b6 /pkgs/tools/inputmethods
parent9a7c9738e57d75ddd28751cf76cf982e74f39a3f (diff)
parentb651d55dc3e278bd212bdb02b6292ac0f0d02b0c (diff)
downloadnixlib-7af85f5970239524124a730e118123f2622dfae0.tar
nixlib-7af85f5970239524124a730e118123f2622dfae0.tar.gz
nixlib-7af85f5970239524124a730e118123f2622dfae0.tar.bz2
nixlib-7af85f5970239524124a730e118123f2622dfae0.tar.lz
nixlib-7af85f5970239524124a730e118123f2622dfae0.tar.xz
nixlib-7af85f5970239524124a730e118123f2622dfae0.tar.zst
nixlib-7af85f5970239524124a730e118123f2622dfae0.zip
Merge pull request #37448 from ryantm/auto-update/ibus-table-others
ibus-engines.table-others: 1.3.7 -> 1.3.9
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
index 328c803e7dbc..ff01c8419260 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-table-others/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "ibus-table-others-${version}";
-  version = "1.3.7";
+  version = "1.3.9";
 
   src = fetchurl {
     url = "https://github.com/moebiuscurve/ibus-table-others/releases/download/${version}/${name}.tar.gz";
-    sha256 = "0vmz82il796062jbla5pawsr5dqyhs7ald7xjp84zfccc09dg9kx";
+    sha256 = "0270a9njyzb1f8nw5w9ghwxcl3m6f13d8p8a01fjm8rnjs04mcb3";
   };
 
   nativeBuildInputs = [ pkgconfig ];