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

ibus-engines.table: 1.16.11 -> 1.16.13
This commit is contained in:
Weijia Wang 2023-01-22 16:06:41 +01:00 committed by GitHub
commit 0775796e4e
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.11";
version = "1.16.13";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "sha256-lojHn6esoE5MLyPZ/U70+6o0X2D8EH+R69dgQo+59t4=";
sha256 = "sha256-hkSUmxBC7n2VTEVfI7rLgdo//xh0iZHxnAmjOayrJu0=";
};
postPatch = ''