Merge pull request #150097 from r-ryantm/auto-update/ibus-table

ibus-engines.table: 1.14.0 -> 1.14.1
This commit is contained in:
Ryan Mulligan
2021-12-10 19:05:37 -08:00
committed by GitHub
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ibus-table";
version = "1.14.0";
version = "1.14.1";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "sha256-HGSa8T1fY3PGow/rB9ixAPTibLCykImcs0kM/dUIwmQ=";
sha256 = "sha256-PO5OOIOyolx6PRQ36u0s+oz3elgZzGBZGgOLTxGWbGo=";
};
postPatch = ''