ibus: 1.5.27 -> 1.5.28

This commit is contained in:
R. Ryantm 2023-02-24 23:54:58 +00:00 committed by pennae
parent daf84cf56c
commit 846043bcfc

View File

@ -56,13 +56,13 @@ in
stdenv.mkDerivation rec {
pname = "ibus";
version = "1.5.27";
version = "1.5.28";
src = fetchFromGitHub {
owner = "ibus";
repo = "ibus";
rev = version;
sha256 = "sha256-DwX7SYRb18C0Lz2ySPS3yV99Q1xQezs0Ls2P7Rbtk5Q=";
sha256 = "sha256-zjV+QkhVkrHFs9Vt1FpbvmS4nRHxwKaKU3mQkSgyLaQ=";
};
patches = [