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

ibus-engines.typing-booster-unwrapped: 2.25.8 -> 2.25.9
This commit is contained in:
Naïm Favier 2024-06-19 15:27:29 +02:00 committed by GitHub
commit 9fa8f38872
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.8";
version = "2.25.9";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
hash = "sha256-0fjtLsIoMiI7zhaxU8RcoG4k48e02sJZvpjEBDfB/I0=";
hash = "sha256-dQifLJjgTKkFYBOJKxGXA1w97UBa0Bh56I6nRk0GVj0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook3 gobject-introspection ];