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

ibus-engines.typing-booster-unwrapped: 2.25.6 -> 2.25.7
This commit is contained in:
Nick Cao 2024-04-17 10:50:44 -04:00 committed by GitHub
commit 0501bc3945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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