ibus-engines.table: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2021-12-10 17:21:23 +00:00
parent 9f329731b5
commit eb21bf8d28

View File

@ -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 = ''