Merge pull request #315490 from r-ryantm/auto-update/ibus-engines.typing-booster-unwrapped

ibus-engines.typing-booster-unwrapped: 2.25.7 -> 2.25.8
This commit is contained in:
Naïm Favier 2024-05-29 12:16:20 +02:00 committed by GitHub
commit 0009b78a16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@ in
stdenv.mkDerivation rec {
pname = "ibus-typing-booster";
version = "2.25.7";
version = "2.25.8";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
hash = "sha256-CZqtjiBTvnTvTf1AUd0IWINSQo4iOaJkBFT2YFsqTvI=";
hash = "sha256-0fjtLsIoMiI7zhaxU8RcoG4k48e02sJZvpjEBDfB/I0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook3 gobject-introspection ];