summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-12 02:00:03 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-12 11:00:03 +0200
commitaf46398f2be1b7f96d54b01c7334d0c5a8dea973 (patch)
tree656a974aec29adda9d7ec9a0775eeb257f570f9c /pkgs/tools/inputmethods
parent1d43798d250403ea866ade067c5f4afca31abc2a (diff)
downloadnixlib-af46398f2be1b7f96d54b01c7334d0c5a8dea973.tar
nixlib-af46398f2be1b7f96d54b01c7334d0c5a8dea973.tar.gz
nixlib-af46398f2be1b7f96d54b01c7334d0c5a8dea973.tar.bz2
nixlib-af46398f2be1b7f96d54b01c7334d0c5a8dea973.tar.lz
nixlib-af46398f2be1b7f96d54b01c7334d0c5a8dea973.tar.xz
nixlib-af46398f2be1b7f96d54b01c7334d0c5a8dea973.tar.zst
nixlib-af46398f2be1b7f96d54b01c7334d0c5a8dea973.zip
ibus-engines.table: 1.9.18 -> 1.9.20 (#40100)
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-table/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20/bin/ibus-table-createdb -h’ got 0 exit code
- ran ‘/nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20/bin/ibus-table-createdb --help’ got 0 exit code
- found 1.9.20 with grep in /nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20
- directory tree listing: https://gist.github.com/ace63b0dd5941c9f17222549a08ee23c
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
index 04a0a1e36dbc..0d467a6875b9 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   name = "ibus-table-${version}";
-  version = "1.9.18";
+  version = "1.9.20";
 
   src = fetchFromGitHub {
     owner  = "kaio";
     repo   = "ibus-table";
     rev    = version;
-    sha256 = "0isxgz7f6xhrcv5qrdd6gm3ysmqp3mi5ngnbqz08f7pclllaridp";
+    sha256 = "12rsbg8pfh567bd0n376qciclq5jr63h5gwcm54cs796bxls4w2j";
   };
 
   postPatch = ''