Skip to content

Commit f4e4e4e

Browse files
authored
ibus-engines.typing-booster-unwrapped: 2.27.27 -> 2.27.29 (#387749)
2 parents ff5e5b9 + b634adb commit f4e4e4e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster

1 file changed

+2
-2
lines changed

pkgs/tools/inputmethods/ibus-engines/ibus-typing-booster/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ in
2525

2626
stdenv.mkDerivation rec {
2727
pname = "ibus-typing-booster";
28-
version = "2.27.27";
28+
version = "2.27.29";
2929

3030
src = fetchFromGitHub {
3131
owner = "mike-fabian";
3232
repo = "ibus-typing-booster";
3333
rev = version;
34-
hash = "sha256-nh/dn71RFLuEHhkKWT5sZPUQxiG4pIJ8a3SXnW+A+Ts=";
34+
hash = "sha256-0dyp7kNnmuw9YcYTH/5Eln+EzIbM2HTojXXC9NCA8vE=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)