lol

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

authored by

R. RyanTM and committed by
xeji
ececd26a ef76db05

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx-engines/fcitx-cloudpinyin/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "fcitx-cloudpinyin-${version}"; 5 - version = "0.3.4"; 5 + version = "0.3.6"; 6 6 7 7 src = fetchurl { 8 8 url = "http://download.fcitx-im.org/fcitx-cloudpinyin/${name}.tar.xz"; 9 - sha256 = "143x9gbswzfngvgfy77zskrzrpywj8qg2d19kisgfwfisk7yhcf1"; 9 + sha256 = "1f3ryx817bxb8g942l50ng4xg0gp50rb7pv2p6zf98r2z804dcvf"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkgconfig ];