about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-13 14:52:10 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-13 23:52:10 +0200
commit3503651d5ed1411541805b59b2393013271f6952 (patch)
tree8b11c7b0f9c011bec631e5e45f12dac5e5ec3de0 /pkgs/tools
parent5f608eb296a972d58c3199320e74024748949b3a (diff)
downloadnixlib-3503651d5ed1411541805b59b2393013271f6952.tar
nixlib-3503651d5ed1411541805b59b2393013271f6952.tar.gz
nixlib-3503651d5ed1411541805b59b2393013271f6952.tar.bz2
nixlib-3503651d5ed1411541805b59b2393013271f6952.tar.lz
nixlib-3503651d5ed1411541805b59b2393013271f6952.tar.xz
nixlib-3503651d5ed1411541805b59b2393013271f6952.tar.zst
nixlib-3503651d5ed1411541805b59b2393013271f6952.zip
fcitx-engines.chewing: 0.2.2 -> 0.2.3 (#43209)
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-chewing/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')
-rw-r--r--pkgs/tools/inputmethods/fcitx-engines/fcitx-chewing/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-chewing/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-chewing/default.nix
index 361355d1d688..e2d58c564989 100644
--- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-chewing/default.nix
+++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-chewing/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "fcitx-chewing-${version}";
-  version = "0.2.2";
+  version = "0.2.3";
 
   src = fetchurl {
     url = "http://download.fcitx-im.org/fcitx-chewing/${name}.tar.xz";
-    sha256 = "0l548xdx2fvjya1ixp37pn382yak0m4kwfh9lgh7l3y2sblqw9zs";
+    sha256 = "1w5smp5zvjx681cp1znjypyr9sw5x6v0wnsk8a7ncwxi9q9wf4xk";
   };
 
   nativeBuildInputs = [ pkgconfig ];