Merge pull request #162331 from euank/mozc-update

ibus-engines.mozc: 2.26.4423.100 -> 2.26.4660.102
This commit is contained in:
Bobby Rong 2022-03-07 16:15:41 +08:00 committed by GitHub
commit 656e4a4515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};