fcitx-engines.cloudpinyin: 0.3.4 -> 0.3.6 (#43202)

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-cloudpinyin/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:51:11 -07:00 committed by xeji
parent ef76db05a5
commit ececd26a80

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "fcitx-cloudpinyin-${version}";
version = "0.3.4";
version = "0.3.6";
src = fetchurl {
url = "http://download.fcitx-im.org/fcitx-cloudpinyin/${name}.tar.xz";
sha256 = "143x9gbswzfngvgfy77zskrzrpywj8qg2d19kisgfwfisk7yhcf1";
sha256 = "1f3ryx817bxb8g942l50ng4xg0gp50rb7pv2p6zf98r2z804dcvf";
};
nativeBuildInputs = [ pkgconfig ];