Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging

This commit is contained in:
John Ericson
2018-05-13 01:02:09 -04:00
102 changed files with 701 additions and 1590 deletions

View File

@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "ibus-table-${version}";
version = "1.9.18";
version = "1.9.20";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "0isxgz7f6xhrcv5qrdd6gm3ysmqp3mi5ngnbqz08f7pclllaridp";
sha256 = "12rsbg8pfh567bd0n376qciclq5jr63h5gwcm54cs796bxls4w2j";
};
postPatch = ''