libsForQt5.fcitx5-qt: 5.1.1 -> 5.1.3

Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.1...5.1.3

Vonfry 06eebe5f 7359b442

+5 -3
+5 -3
pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix
··· 9 , libXdmcp 10 , qtbase 11 , qt6 12 }: 13 14 mkDerivation rec { 15 pname = "fcitx5-qt"; 16 - version = "5.1.1"; 17 18 src = fetchFromGitHub { 19 owner = "fcitx"; 20 repo = pname; 21 rev = version; 22 - sha256 = "sha256-IkaaLFMyPVaL5taRN4e+QxMEsNhhXlA1fWBn/6PeGnI="; 23 }; 24 25 preConfigure = '' ··· 31 32 cmakeFlags = [ 33 # adding qt6 to buildInputs would result in error: detected mismatched Qt dependencies 34 - "-DCMAKE_PREFIX_PATH=${qt6.qtbase}" 35 "-DENABLE_QT4=0" 36 "-DENABLE_QT6=1" 37 ]; ··· 46 qtx11extras 47 libxcb 48 libXdmcp 49 ]; 50 51 meta = with lib; {
··· 9 , libXdmcp 10 , qtbase 11 , qt6 12 + , wayland 13 }: 14 15 mkDerivation rec { 16 pname = "fcitx5-qt"; 17 + version = "5.1.3"; 18 19 src = fetchFromGitHub { 20 owner = "fcitx"; 21 repo = pname; 22 rev = version; 23 + sha256 = "sha256-qXQ5nvPV5YHD8MFfeqgF8kyk0zf28lWxM8SUo3T6TzA="; 24 }; 25 26 preConfigure = '' ··· 32 33 cmakeFlags = [ 34 # adding qt6 to buildInputs would result in error: detected mismatched Qt dependencies 35 + "-DCMAKE_PREFIX_PATH=${qt6.qtbase};${qt6.qtwayland}" 36 "-DENABLE_QT4=0" 37 "-DENABLE_QT6=1" 38 ]; ··· 47 qtx11extras 48 libxcb 49 libXdmcp 50 + wayland 51 ]; 52 53 meta = with lib; {