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.
This commit is contained in:
parent
4ce387ea40
commit
8be147d7c9
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ibus-mozc";
|
pname = "ibus-mozc";
|
||||||
version = "2.26.4423.100";
|
version = "2.26.4660.102";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "mozc";
|
repo = "mozc";
|
||||||
rev = "7654223979067e3c5ae52ea238d43880c5508f85";
|
rev = "063c41f1d7c1a877f44c1f8caad6be1897350336";
|
||||||
sha256 = "aZVuhj4I9ZCsVR9dOplOd9zinYMgYw5SF5wG3IxBTO0=";
|
sha256 = "sha256-sgsfJZALpPHFB5bXu4OkRssViRDaPcgLfEyGhbqvJbI=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user