From 8be147d7c9e195e738552f45d8afb84bcf9b0105 Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Sun, 27 Feb 2022 23:23:19 -0800 Subject: ibus-engines.mozc: 2.26.4423.100 -> 2.26.4660.102 mozc's version numbering is a bit weird, but this corresponds to a bump from a commit about ~8 months ago to a commit ~a few days ago. I was running into a likely unrelated ibus bug, and figured I'd update mozc while I was at it. --- pkgs/tools/inputmethods/ibus-engines/ibus-mozc/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/tools/inputmethods') diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-mozc/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-mozc/default.nix index 44a44b3af2b..049e369e296 100644 --- a/pkgs/tools/inputmethods/ibus-engines/ibus-mozc/default.nix +++ b/pkgs/tools/inputmethods/ibus-engines/ibus-mozc/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "ibus-mozc"; - version = "2.26.4423.100"; + version = "2.26.4660.102"; src = fetchFromGitHub { owner = "google"; repo = "mozc"; - rev = "7654223979067e3c5ae52ea238d43880c5508f85"; - sha256 = "aZVuhj4I9ZCsVR9dOplOd9zinYMgYw5SF5wG3IxBTO0="; + rev = "063c41f1d7c1a877f44c1f8caad6be1897350336"; + sha256 = "sha256-sgsfJZALpPHFB5bXu4OkRssViRDaPcgLfEyGhbqvJbI="; fetchSubmodules = true; }; -- cgit 1.4.1