ibus-engines.typing-booster: 2.23.1 -> 2.23.4

https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.23.4
This commit is contained in:
Naïm Favier 2023-08-10 19:27:23 +02:00
parent 4d2389b927
commit 67498227aa
No known key found for this signature in database
GPG key ID: 95AFCE8211908325

View file

@ -13,13 +13,13 @@ in
stdenv.mkDerivation rec {
pname = "ibus-typing-booster";
version = "2.23.1";
version = "2.23.4";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
hash = "sha256-zc5sG/av5mCG+dA1yPSUsoN6Hr4+hXt3FPeE1orc+Zg=";
hash = "sha256-QVOcIpqdMTGQgqhBBbkA1UKyVKNGqkWzOVCVSLC5ecA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook gobject-introspection ];