fcitx5-table-extra: 5.0.9 -> 5.0.10

This commit is contained in:
R. Ryantm 2022-05-26 00:15:31 +00:00
parent 29777bb048
commit 711c980c11

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-table-extra";
version = "5.0.9";
version = "5.0.10";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-FEpBpEfq9qRLQ+j+313ua3zhZnphdaYy9jPKyb8oUG8=";
sha256 = "sha256-fKT1nCr6kAFJEdacff4qBr3uI5fvIwMDPkHVFGTQf10=";
};
nativeBuildInputs = [