ibus-engines.table: 1.14.1 -> 1.16.7

This commit is contained in:
R. Ryantm 2022-02-11 23:22:09 +00:00 committed by Jonathan Ringer
parent 9890037872
commit c7287afd47

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ibus-table";
version = "1.14.1";
version = "1.16.7";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "sha256-PO5OOIOyolx6PRQ36u0s+oz3elgZzGBZGgOLTxGWbGo=";
sha256 = "sha256-rejYxuRhzNmtx11NH3BZe3ODjU5OyZ9sgk6GWnBBXAo=";
};
postPatch = ''