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

ibus-engines.table: 1.16.7 -> 1.16.11
This commit is contained in:
Jonas Heinrich 2022-08-28 11:45:08 +02:00 committed by GitHub
commit 88664ff849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ibus-table";
version = "1.16.7";
version = "1.16.11";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "sha256-rejYxuRhzNmtx11NH3BZe3ODjU5OyZ9sgk6GWnBBXAo=";
sha256 = "sha256-lojHn6esoE5MLyPZ/U70+6o0X2D8EH+R69dgQo+59t4=";
};
postPatch = ''