summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-13 14:51:52 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-13 23:51:52 +0200
commit5f608eb296a972d58c3199320e74024748949b3a (patch)
tree32e4da002afe03229e457087aa2af6417d2cc3a9 /pkgs/tools/inputmethods
parenta6fcddf3db5fe69b4044630507a078cf9f6a14b5 (diff)
downloadnixpkgs-5f608eb296a972d58c3199320e74024748949b3a.tar
nixpkgs-5f608eb296a972d58c3199320e74024748949b3a.tar.gz
nixpkgs-5f608eb296a972d58c3199320e74024748949b3a.tar.bz2
nixpkgs-5f608eb296a972d58c3199320e74024748949b3a.tar.lz
nixpkgs-5f608eb296a972d58c3199320e74024748949b3a.tar.xz
nixpkgs-5f608eb296a972d58c3199320e74024748949b3a.tar.zst
nixpkgs-5f608eb296a972d58c3199320e74024748949b3a.zip
fcitx-engines.anthy: 0.2.2 -> 0.2.3 (#43208)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fcitx-anthy/versions.

These checks were done:

- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
index 7f09b488c28..a3f12d648d5 100644
--- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
+++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "fcitx-anthy-${version}";
-  version = "0.2.2";
+  version = "0.2.3";
 
   src = fetchurl {
     url = "http://download.fcitx-im.org/fcitx-anthy/${name}.tar.xz";
-    sha256 = "0ayrzfx95670k86y19bzl6i6w98haaln3x8dxpb39a5dwgz59pf8";
+    sha256 = "01jx7wwq0mifqrzkswfglqhwkszbfcl4jinxgdgqx9kc6mb4k6zd";
   };
 
   nativeBuildInputs = [ pkgconfig ];