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

ibus-engines.typing-booster-unwrapped: 2.24.4 -> 2.24.5
This commit is contained in:
Naïm Favier
2023-12-06 16:56:35 +01:00
committed by GitHub
@@ -13,13 +13,13 @@ in
stdenv.mkDerivation rec {
pname = "ibus-typing-booster";
version = "2.24.4";
version = "2.24.5";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
hash = "sha256-f/KtHm8R1MJORWKmv487hm80MeX2l0Ybd1ZjKHGFq0A=";
hash = "sha256-GMkudpQ91Qwyj7wJIl7LTx+v+goCUccxJggCAvEtL30=";
};
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook gobject-introspection ];