libsForQt5.fcitx5-qt: 5.0.13 -> 5.0.14

xrelkd 63f6a1d4 54edb75b

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
··· 13 14 mkDerivation rec { 15 pname = "fcitx5-qt"; 16 - version = "5.0.13"; 17 18 src = fetchFromGitHub { 19 owner = "fcitx"; 20 repo = pname; 21 rev = version; 22 - sha256 = "sha256-eX0tdNFGFiWrxBgghSGLHzKhK/eQ6DLLu7+ggNqTScg="; 23 }; 24 25 preConfigure = ''
··· 13 14 mkDerivation rec { 15 pname = "fcitx5-qt"; 16 + version = "5.0.14"; 17 18 src = fetchFromGitHub { 19 owner = "fcitx"; 20 repo = pname; 21 rev = version; 22 + sha256 = "sha256-LmE6HgNLoJmgJtJmubAIjFi8Xpnmw3hgqJh6HUcakzg="; 23 }; 24 25 preConfigure = ''