Merge pull request #266986 from r-ryantm/auto-update/ibus-engines.table

ibus-engines.table: 1.17.3 -> 1.17.4
This commit is contained in:
Weijia Wang 2023-12-04 02:48:44 +01:00 committed by GitHub
commit e9d012ab0a
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.17.3";
version = "1.17.4";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "sha256-rolnpjJojtL+0tUbZIQgL1IIkv+d3MoMWoedfEMpr8A=";
sha256 = "sha256-XljpwsDsdZkcnXimnN7BzPhOZdUmEEJbBM53Sv/9rIo=";
};
postPatch = ''