ibus-engines.table: 1.17.0 -> 1.17.3

This commit is contained in:
R. Ryantm 2023-09-17 11:33:01 +00:00
parent 948e875475
commit bc52a33219

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 = ''