Merge pull request #190600 from Vonfry/update/fcitx5-20220910

fcitx5: 5.0.18 -> 5.0.19 with its plugins

authored by Bobby Rong and committed by GitHub 00f1aa08 02607a57

+14 -14
+7 -7
pkgs/development/libraries/libime/default.nix
··· 13 url = "https://download.fcitx-im.org/data/table.tar.gz"; 14 sha256 = "1dw7mgbaidv3vqy0sh8dbfv8631d2zwv5mlb7npf69a1f8y0b5k1"; 15 }; 16 - arpaVer = "20220630"; 17 arpa = fetchurl { 18 url = "https://download.fcitx-im.org/data/lm_sc.arpa-${arpaVer}.tar.xz"; 19 - sha256 = "sha256-jTsPqPoWuT0NRZDwLaBAKcJxNktZJcHJAoRcN0oqAL8="; 20 }; 21 - dictVer = "20220706"; 22 dict = fetchurl { 23 url = "https://download.fcitx-im.org/data/dict-${dictVer}.tar.xz"; 24 - sha256 = "sha256-vNeR//eDr7QMHI6S2z+Dc0+Lk8nGriwV4eqHeLkHB3k="; 25 }; 26 in 27 stdenv.mkDerivation rec { 28 pname = "libime"; 29 - version = "unstable-2022-07-11"; 30 31 src = fetchFromGitHub { 32 owner = "fcitx"; 33 repo = "libime"; 34 - rev = "1adb14eb0617ef0eb0f07ad99684f43ca8a4395c"; 35 - sha256 = "sha256-UldswsnkMuJh2G/EdsFl4CS7Y2RSRAb1hYeWUA2MHPw="; 36 fetchSubmodules = true; 37 }; 38
··· 13 url = "https://download.fcitx-im.org/data/table.tar.gz"; 14 sha256 = "1dw7mgbaidv3vqy0sh8dbfv8631d2zwv5mlb7npf69a1f8y0b5k1"; 15 }; 16 + arpaVer = "20220810"; 17 arpa = fetchurl { 18 url = "https://download.fcitx-im.org/data/lm_sc.arpa-${arpaVer}.tar.xz"; 19 + sha256 = "sha256-oRvJfSda2vGV+brIVDaK4GzbSg/h7s9Z21rlgGFdtPo="; 20 }; 21 + dictVer = "20220810"; 22 dict = fetchurl { 23 url = "https://download.fcitx-im.org/data/dict-${dictVer}.tar.xz"; 24 + sha256 = "sha256-lxdS9BMYgAfo0ZFYwRuFyVXiXXsyHsInXEs69tioXSY="; 25 }; 26 in 27 stdenv.mkDerivation rec { 28 pname = "libime"; 29 + version = "1.0.14"; 30 31 src = fetchFromGitHub { 32 owner = "fcitx"; 33 repo = "libime"; 34 + rev = version; 35 + sha256 = "sha256-O89Op2dxuhGgCxuy2GLI0waCgDreJKNQ5tTvsx/0/fk="; 36 fetchSubmodules = true; 37 }; 38
+3 -3
pkgs/tools/inputmethods/fcitx5/default.nix
··· 41 in 42 stdenv.mkDerivation rec { 43 pname = "fcitx5"; 44 - version = "5.0.18"; 45 46 src = fetchFromGitHub { 47 owner = "fcitx"; 48 repo = pname; 49 rev = version; 50 - sha256 = "sha256-ZhjNUWzi74lr8Wtf0f+VN1kc9C6q2TJ9ogXeu3NJKbI="; 51 }; 52 53 prePatch = '' 54 - ln -s ${enDict} src/modules/spell/dict/$(stripHash ${enDict}) 55 ''; 56 57 nativeBuildInputs = [
··· 41 in 42 stdenv.mkDerivation rec { 43 pname = "fcitx5"; 44 + version = "5.0.19"; 45 46 src = fetchFromGitHub { 47 owner = "fcitx"; 48 repo = pname; 49 rev = version; 50 + sha256 = "sha256-hgg7Sbe5/tAWWq2to9PceBQeUdV3UWENFgvuY0qCksM="; 51 }; 52 53 prePatch = '' 54 + ln -s ${enDict} src/modules/spell/$(stripHash ${enDict}) 55 ''; 56 57 nativeBuildInputs = [
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix
··· 31 32 mkDerivation rec { 33 pname = "fcitx5-chinese-addons"; 34 - version = "5.0.14"; 35 36 src = fetchFromGitHub { 37 owner = "fcitx"; 38 repo = pname; 39 rev = version; 40 - sha256 = "sha256-ZIOPzRXW+aaVKDIBC3N04wx662r8WOa205CgTeYmudQ="; 41 }; 42 43 cmakeFlags = [
··· 31 32 mkDerivation rec { 33 pname = "fcitx5-chinese-addons"; 34 + version = "5.0.15"; 35 36 src = fetchFromGitHub { 37 owner = "fcitx"; 38 repo = pname; 39 rev = version; 40 + sha256 = "sha256-9AGL0eAkaA2N/aE8VlgRCnW2lAl55SroBumeU5xkW5M="; 41 }; 42 43 cmakeFlags = [
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix
··· 26 27 stdenv.mkDerivation rec { 28 pname = "fcitx5-gtk"; 29 - version = "5.0.17"; 30 31 src = fetchFromGitHub { 32 owner = "fcitx"; 33 repo = pname; 34 rev = version; 35 - sha256 = "sha256-sAPbbMoZ4NGiE7lbtcdzQQsPib6i52JwWsLe+bmTshU="; 36 }; 37 38 cmakeFlags = [
··· 26 27 stdenv.mkDerivation rec { 28 pname = "fcitx5-gtk"; 29 + version = "5.0.18"; 30 31 src = fetchFromGitHub { 32 owner = "fcitx"; 33 repo = pname; 34 rev = version; 35 + sha256 = "sha256-rQ2HLiI0dIerxRV+fbHpTJy4aGmFKmGd6YckKxXmp4s="; 36 }; 37 38 cmakeFlags = [