xcb-imdkit: 1.0.2 -> 1.0.3

This fixes an input issue with alacritty/xterm, see https://github.com/fcitx/fcitx5/issues/254

(cherry picked from commit 46ac936b00b1a54a77ffa705c01842d3862f349b)
This commit is contained in:
oxalica 2021-06-08 00:10:34 +08:00 committed by github-actions[bot]
parent 6207e92757
commit 7b7362b5f5
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xcb-imdkit";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "fcitx";
repo = "xcb-imdkit";
rev = version;
sha256 = "sha256-ISaVsMtDsyfhbhsAwDSWkQ7ZcpNtvC7M9NFQsWA5ju8=";
sha256 = "sha256-IPuTRSgmrnCJRgGWcE4JRaxd0sGCcHrKRnn2B1OdDMU=";
};
nativeBuildInputs = [