diff options
author | Weijia Wang | 2024-07-04 00:55:12 +0200 |
---|---|---|
committer | GitHub | 2024-07-04 00:55:12 +0200 |
commit | eafa37ef334ca8f43e86b4e3cabcf4a77e11c831 (patch) | |
tree | 2c04c6d8be96d9089a10ef9c89a9aa9e65caa1ab /pkgs/tools/inputmethods | |
parent | 1dc93f1b29586a3ef9a191ed182d0ae600f2c35b (diff) | |
parent | bd1a17ebfa2c3e85ee534bdcfe0f15b42877fc57 (diff) |
Merge pull request #322880 from r-ryantm/auto-update/ibus-engines.table
ibus-engines.table: 1.17.4 -> 1.17.6
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r-- | pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix index d88c00fb7983..db93a966b798 100644 --- a/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix +++ b/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "ibus-table"; - version = "1.17.4"; + version = "1.17.6"; src = fetchFromGitHub { owner = "kaio"; repo = "ibus-table"; rev = version; - sha256 = "sha256-XljpwsDsdZkcnXimnN7BzPhOZdUmEEJbBM53Sv/9rIo="; + sha256 = "sha256-rbtyixsDMIQAP2TLqp1KbcCUMc7cKvGQR27puJmbLno="; }; postPatch = '' |