From ce9eb9748fb5df2f10fe987a0881feb586f3ee2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Wed, 13 Aug 2025 16:49:31 -0600 Subject: [PATCH] feat(fcitx5): update syd-fcitx5-tables --- modules/home/users/crumb/fcitx5.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" {}) ];