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
This commit is contained in:
R. RyanTM 2018-07-13 14:52:10 -07:00 committed by xeji
parent 5f608eb296
commit 3503651d5e

@ -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 ];