xcb-imdkit: 1.0.7 -> 1.0.8

Diff: https://github.com/fcitx/xcb-imdkit/compare/1.0.7...1.0.8
This commit is contained in:
Vonfry 2024-04-23 18:47:18 +08:00
parent b51e964747
commit 2948a04150
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "xcb-imdkit";
version = "1.0.7";
version = "1.0.8";
src = fetchFromGitHub {
owner = "fcitx";
repo = "xcb-imdkit";
rev = version;
sha256 = "sha256-trfKWCMIuYV0XyCcIsNP8LCTc0MYotXvslRvp76YnKU=";
hash = "sha256-ANU3suG62G0M5ZUWaNcwD4ot/EYSK7236zGVQZIjjuE=";
};
nativeBuildInputs = [