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

ibus-engines.table: 1.17.0 -> 1.17.3
This commit is contained in:
Weijia Wang 2023-09-26 10:51:56 +02:00 committed by GitHub
commit 5f83b00711
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.0";
version = "1.17.3";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "sha256-6zuSb/oNUAozzUmrIdSR6FH8xXds07MTpRVU4A19chc=";
sha256 = "sha256-rolnpjJojtL+0tUbZIQgL1IIkv+d3MoMWoedfEMpr8A=";
};
postPatch = ''