summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2022-01-02 17:05:09 +0100
committerGitHub <noreply@github.com>2022-01-02 17:05:09 +0100
commit44762f7d186a786fcbd9e825678c80cc3b3ca412 (patch)
treeeb5a4db3c12bef7b019cddf3b7fd553402e8b50a /pkgs/tools/inputmethods
parent44dc1aedc108f60ebde1a340711284c03cbee964 (diff)
parente2dc5a6fd2e0684357275f19ab86bab0c8efedd6 (diff)
downloadnixpkgs-44762f7d186a786fcbd9e825678c80cc3b3ca412.tar
nixpkgs-44762f7d186a786fcbd9e825678c80cc3b3ca412.tar.gz
nixpkgs-44762f7d186a786fcbd9e825678c80cc3b3ca412.tar.bz2
nixpkgs-44762f7d186a786fcbd9e825678c80cc3b3ca412.tar.lz
nixpkgs-44762f7d186a786fcbd9e825678c80cc3b3ca412.tar.xz
nixpkgs-44762f7d186a786fcbd9e825678c80cc3b3ca412.tar.zst
nixpkgs-44762f7d186a786fcbd9e825678c80cc3b3ca412.zip
Merge pull request #152846 from r-ryantm/auto-update/ibus-anthy
ibus-engines.anthy: 1.5.12 -> 1.5.14
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 d04de7bafeb..deef4a8f873 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ibus-anthy";
-  version = "1.5.12";
+  version = "1.5.14";
 
   src = fetchurl {
     url = "https://github.com/ibus/ibus-anthy/releases/download/${version}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-6edY3dRq4pI3bqsXEYf6jyBjDwpXzRKKQSCP3N/fV7s=";
+    sha256 = "sha256-yGlNoY0LiRpI9NdaDezjfsvKbRsay2QQGnqEytEEbZs=";
   };
 
   buildInputs = [