about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods/ibus-engines/ibus-table-others
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 06:16:40 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 06:16:40 -0700
commitb651d55dc3e278bd212bdb02b6292ac0f0d02b0c (patch)
tree22d4beb5fa69dbf7aae623091e72952fdbaccc41 /pkgs/tools/inputmethods/ibus-engines/ibus-table-others
parent8b097fc7f66a657467e566ea1c1ff94f66c5b03a (diff)
downloadnixlib-b651d55dc3e278bd212bdb02b6292ac0f0d02b0c.tar
nixlib-b651d55dc3e278bd212bdb02b6292ac0f0d02b0c.tar.gz
nixlib-b651d55dc3e278bd212bdb02b6292ac0f0d02b0c.tar.bz2
nixlib-b651d55dc3e278bd212bdb02b6292ac0f0d02b0c.tar.lz
nixlib-b651d55dc3e278bd212bdb02b6292ac0f0d02b0c.tar.xz
nixlib-b651d55dc3e278bd212bdb02b6292ac0f0d02b0c.tar.zst
nixlib-b651d55dc3e278bd212bdb02b6292ac0f0d02b0c.zip
ibus-engines.table-others: 1.3.7 -> 1.3.9
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.3.9 with grep in /nix/store/xjlb70932y0prqlw4p7iizbffm89pi7a-ibus-table-others-1.3.9
- directory tree listing: https://gist.github.com/aafa62fbd6afde2d7ca2d96e39eaa850
Diffstat (limited to 'pkgs/tools/inputmethods/ibus-engines/ibus-table-others')
-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 ];