Merge pull request #179157 from Vonfry/update/fcitx5-20220626

fcitx5 and its plugins: update

authored by Bobby Rong and committed by GitHub 660ac43f 0ea7a8f1

+12 -17
+2 -2
pkgs/development/libraries/libime/default.nix
··· 26 26 in 27 27 stdenv.mkDerivation rec { 28 28 pname = "libime"; 29 - version = "1.0.11"; 29 + version = "1.0.12"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "fcitx"; 33 33 repo = "libime"; 34 34 rev = version; 35 - sha256 = "sha256-0yo0D9Yxn7tx1HtEaQvWCDwpWxnRVa1rIGK/mC4G8CI="; 35 + sha256 = "sha256-7zm0eQgOZk7PYCBqq6FmPGIz1ZaVlEaT9QM5clhovuQ="; 36 36 fetchSubmodules = true; 37 37 }; 38 38
+2 -2
pkgs/tools/inputmethods/fcitx5/default.nix
··· 41 41 in 42 42 stdenv.mkDerivation rec { 43 43 pname = "fcitx5"; 44 - version = "5.0.16"; 44 + version = "5.0.17"; 45 45 46 46 src = fetchFromGitHub { 47 47 owner = "fcitx"; 48 48 repo = pname; 49 49 rev = version; 50 - sha256 = "sha256-aSuvYt9UjG6/uVpLRZueq+qFvMQHdIcnO3G/LIE+3pk="; 50 + sha256 = "sha256-N98LhzfeCenjmHEva5PBeiLE/xNOdNT/6WA8Fe+O64c="; 51 51 }; 52 52 53 53 prePatch = ''
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix
··· 31 31 32 32 mkDerivation rec { 33 33 pname = "fcitx5-chinese-addons"; 34 - version = "5.0.12"; 34 + version = "5.0.13"; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "fcitx"; 38 38 repo = pname; 39 39 rev = version; 40 - sha256 = "sha256-0+jKBA1IaeqV6epnJBgGwnDdAUxdMH6RyOKGmsw0M/o="; 40 + sha256 = "sha256-umtt1xOgOEGVYVH0y/qRy3ihtKsVxYGvMGi4WFI9beY="; 41 41 }; 42 42 43 43 cmakeFlags = [
+2 -7
pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix
··· 26 26 27 27 stdenv.mkDerivation rec { 28 28 pname = "fcitx5-gtk"; 29 - version = "5.0.14"; 29 + version = "5.0.15"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "fcitx"; 33 33 repo = pname; 34 34 rev = version; 35 - sha256 = "sha256-sByITVBgOX3YYdJN6EzDYH0+N+FqZcoJlCp70SfkKpY="; 35 + sha256 = "sha256-Vm2Un4PZugATjDz+mcEOnoapw3yyVf8Q55f5LO6juCU="; 36 36 }; 37 37 38 38 cmakeFlags = [ ··· 60 60 at-spi2-core 61 61 libXtst 62 62 ] ++ lib.optional withGTK2 gtk2; 63 - 64 - NIX_CFLAGS_COMPILE = lib.concatMapStringsSep " " (s: "-isystem ${s}") [ 65 - "${glib.dev}/include/gio-unix-2.0" 66 - "${glib.dev}/include/glib-2.0" 67 - ]; 68 63 69 64 nativeBuildInputs = [ 70 65 cmake
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
··· 13 13 14 14 mkDerivation rec { 15 15 pname = "fcitx5-qt"; 16 - version = "5.0.12"; 16 + version = "5.0.13"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "fcitx"; 20 20 repo = pname; 21 21 rev = version; 22 - sha256 = "sha256-tK/sZa8PX+W8rZd5VH0a9nlxQ619w48//jQMTPytb+0="; 22 + sha256 = "sha256-eX0tdNFGFiWrxBgghSGLHzKhK/eQ6DLLu7+ggNqTScg="; 23 23 }; 24 24 25 25 preConfigure = ''
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-unikey.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "fcitx5-unikey"; 14 - version = "5.0.9"; 14 + version = "5.0.10"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "fcitx"; 18 18 repo = "fcitx5-unikey"; 19 19 rev = version; 20 - sha256 = "sha256-lsWMQygIdHcEuHCEvi5d0PGI1jJ42C+9ji/w0L/eadM="; 20 + sha256 = "sha256-gGKLv+IUcLOE3jHDzK7oX2R76cUT9VXaVFGEyNN0tV4="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];