xcb-imdkit: 1.0.8 -> 1.0.9

Diff: https://github.com/fcitx/xcb-imdkit/compare/1.0.8...1.0.9
This commit is contained in:
Vonfry
2024-06-01 20:05:54 +08:00
parent 2d40a73ceb
commit a8793c56dc
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xcb-imdkit";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "fcitx";
repo = "xcb-imdkit";
rev = version;
hash = "sha256-ANU3suG62G0M5ZUWaNcwD4ot/EYSK7236zGVQZIjjuE=";
hash = "sha256-QfuetGPY6u4OhFiE5/CoVEpdODWnd1PHWBtM3ymsZ98=";
};
nativeBuildInputs = [