fcitx5-table-other: 5.0.3 -> 5.0.5

Vonfry b40e5266 d49f66e9

+3 -3
+3 -3
pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "fcitx5-table-other"; 13 - version = "5.0.3"; 13 + version = "5.0.5"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "fcitx"; 17 - repo = "fcitx5-table-other"; 17 + repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-jJTFAOrBeRBoUn0mqqkX0z1zQnDOh7otMHDPmjuZbWw="; 19 + sha256 = "0z34y05sbb2qavpa6banv7xvlsmpymmm828265r8bf7r995wx8lz"; 20 20 }; 21 21 22 22 nativeBuildInputs = [