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

This commit is contained in:
R. Ryantm 2024-04-11 01:10:29 +00:00
parent c81c241415
commit 12aa54eb50
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.4";
version = "2.25.6";
src = fetchFromGitHub {
owner = "mike-fabian";
repo = "ibus-typing-booster";
rev = version;
hash = "sha256-uTq+/g2DtiftfQvNVYIKtARyxA9Y8LE6VCeGFcWs5SQ=";
hash = "sha256-HFC6VhlA3Kt1oZd1R5bOHRMQrNiNu4J0Op1uCKOXj9w=";
};
nativeBuildInputs = [ autoreconfHook pkg-config wrapGAppsHook gobject-introspection ];