xcb-imdkit: 1.0.3 -> 1.0.4

This commit is contained in:
Vonfry 2022-11-20 20:05:29 +08:00
parent 949caf335a
commit ce20988c64
No known key found for this signature in database
GPG Key ID: 7E3128A1AAF71FCC

View File

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