Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-11-30 08:57:28 +01:00
220 changed files with 6038 additions and 2592 deletions

View File

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