summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-22 12:52:04 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-22 12:52:04 -0700
commit8742b55ab397cb0271de5191fc74feb20e6c07b8 (patch)
treee9a0cce61b88dd5cd699e24e60b90bc12a2ef19b /pkgs/tools/inputmethods
parentf7397f21ab841955eb277919f19035cbc336e88b (diff)
downloadnixlib-8742b55ab397cb0271de5191fc74feb20e6c07b8.tar
nixlib-8742b55ab397cb0271de5191fc74feb20e6c07b8.tar.gz
nixlib-8742b55ab397cb0271de5191fc74feb20e6c07b8.tar.bz2
nixlib-8742b55ab397cb0271de5191fc74feb20e6c07b8.tar.lz
nixlib-8742b55ab397cb0271de5191fc74feb20e6c07b8.tar.xz
nixlib-8742b55ab397cb0271de5191fc74feb20e6c07b8.tar.zst
nixlib-8742b55ab397cb0271de5191fc74feb20e6c07b8.zip
ibus-engines.anthy: 1.5.9 -> 1.5.10
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.2tbPvTstTb /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- 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.5.10 with grep in /nix/store/3h4a30xh4ddij4i5nmyi8p478y804jv7-ibus-anthy-1.5.10
- directory tree listing: https://gist.github.com/2a6dbfad474173b76f5f0d7aa35964f6
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
index 53b2a3abf28e..c7f7369ba88d 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
@@ -4,7 +4,7 @@
 
 stdenv.mkDerivation rec {
   name = "ibus-anthy-${version}";
-  version = "1.5.9";
+  version = "1.5.10";
 
   meta = with stdenv.lib; {
     isIbusEngine = true;
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://github.com/ibus/ibus-anthy/releases/download/${version}/${name}.tar.gz";
-    sha256 = "1y8sf837rmp662bv6zakny0xcm7c9c5qda7f9kq9riv9ywpcbw6x";
+    sha256 = "0jpqz7pb9brlqiwrbr3i6wvj3b39a9bs9lljl3qa3r77mz8y0cyc";
   };
 }