fcitx5-m17n: 5.0.6 -> 5.0.8

This commit is contained in:
xrelkd 2022-02-03 16:38:00 +08:00
parent 7298ec8107
commit c40267640a

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-m17n";
version = "5.0.6";
version = "5.0.8";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-w806Xy7S8rhw7ZtMRzHfUD9BDzj3VmCxlP+kHMZgFpc=";
sha256 = "sha256-Mh3a7PzfNmGGXzKb/6QUgLmRw7snsM3WSOduFdxj6OM=";
};
nativeBuildInputs = [