feat(fcitx5): update syd-fcitx5-tables

This commit is contained in:
2025-08-13 16:49:31 -06:00
parent 4164cc4e52
commit ce9eb9748f

View File

@@ -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" {})
];