ibus-engines.table: 1.17.7 -> 1.17.8

This commit is contained in:
R. Ryantm 2024-09-14 01:34:03 +00:00
parent 04550829fe
commit 6d364844a4

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ibus-table";
version = "1.17.7";
version = "1.17.8";
src = fetchFromGitHub {
owner = "kaio";
repo = "ibus-table";
rev = version;
sha256 = "sha256-oofn/P3iY6dtrtS4VkoH3i21IRtIlVDyF8D+v2n+PgU=";
sha256 = "sha256-bPHwpTrDCLil6xNBr7lKAMP71koFlZvPc2vpDuwzZzM=";
};
postPatch = ''