ibus-engines.table: 1.17.6 -> 1.17.7

This commit is contained in:
R. Ryantm 2024-08-25 22:16:05 +00:00
parent 8da188f8e7
commit bfa811869d

View File

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