diff --git a/modules/home/users/crumb/fcitx5.nix b/modules/home/users/crumb/fcitx5.nix index 7036b7d..fa2a9ba 100644 --- a/modules/home/users/crumb/fcitx5.nix +++ b/modules/home/users/crumb/fcitx5.nix @@ -20,8 +20,8 @@ in { (let repo = pkgs.fetchgit { url = "https://gitlab.com/msyds/syd-fcitx5-tables"; - tag = "v1.0.0"; - hash = "sha256-Uw+hDRMV0icsObxMgRbidaMW+NYDBAYLTaPjPB5v+5g="; + tag = "v1.1.0"; + hash = "sha256-Ndm+XUMFmkcrVH9tLvyiXP4gvShx3ELrURYdp2KfOyQ="; }; in pkgs.callPackage "${repo}/package.nix" {}) ];