ibus-engines.typing-booster-unwrapped: 2.25.6 -> 2.25.7

This commit is contained in:
R. Ryantm 2024-04-16 06:03:48 +00:00
parent 1df062db9e
commit 8537079657
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 ];