Merge pull request #308510 from r-ryantm/auto-update/ibus

ibus: 1.5.29 -> 1.5.30
This commit is contained in:
Weijia Wang 2024-06-02 00:31:44 +02:00 committed by GitHub
commit ff3476cc5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,13 +58,13 @@ in
stdenv.mkDerivation rec {
pname = "ibus";
version = "1.5.29";
version = "1.5.30";
src = fetchFromGitHub {
owner = "ibus";
repo = "ibus";
rev = version;
sha256 = "sha256-d4EUIg0v8rfHdvzG5USc6GLY6QHtQpIJp1PrPaaBxxE=";
sha256 = "sha256-VgSjeKF9DCkDfE9lHEaWpgZb6ibdgoDf/I6qeJf8Ah4=";
};
patches = [