fcitx5: 5.0.4 -> 5.0.8

Vonfry 1c71ffe5 4542b54a

+3 -3
+3 -3
pkgs/tools/inputmethods/fcitx5/default.nix
··· 41 in 42 stdenv.mkDerivation rec { 43 pname = "fcitx5"; 44 - version = "5.0.4"; 45 46 src = fetchFromGitHub { 47 owner = "fcitx"; 48 - repo = "fcitx5"; 49 rev = version; 50 - sha256 = "sha256-2KGdR1m70Qatidzf/DZuFK3lc1t8z7sxjyhaxuc0Tqg="; 51 }; 52 53 prePatch = ''
··· 41 in 42 stdenv.mkDerivation rec { 43 pname = "fcitx5"; 44 + version = "5.0.8"; 45 46 src = fetchFromGitHub { 47 owner = "fcitx"; 48 + repo = pname; 49 rev = version; 50 + sha256 = "0czj2awvgk9apdh9rj3vcb04g8x2wp1d4sshvch31nwpqs10hssr"; 51 }; 52 53 prePatch = ''