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:
parent
6207e92757
commit
7b7362b5f5
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xcb-imdkit";
|
pname = "xcb-imdkit";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fcitx";
|
owner = "fcitx";
|
||||||
repo = "xcb-imdkit";
|
repo = "xcb-imdkit";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ISaVsMtDsyfhbhsAwDSWkQ7ZcpNtvC7M9NFQsWA5ju8=";
|
sha256 = "sha256-IPuTRSgmrnCJRgGWcE4JRaxd0sGCcHrKRnn2B1OdDMU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue