Merge pull request #157970 from xrelkd/update/fcitx-m17n

fcitx5-m17n: 5.0.6 -> 5.0.8
This commit is contained in:
Bobby Rong 2022-02-04 16:38:24 +08:00 committed by GitHub
commit c0816ef4d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [