fcitx5-table-other: 5.0.8 -> 5.0.9

This commit is contained in:
R. Ryantm 2022-05-26 02:17:29 +00:00
parent 29777bb048
commit fcdfeb70f0

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-table-other";
version = "5.0.8";
version = "5.0.9";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-aCZqcPqokkxBWx9kPBfxbslW1RZBIoZ63e7fPItl5yg=";
sha256 = "sha256-y/OY7m136VQvK75079OTFqLLR2o0NCIc5llljrJ91DU=";
};
nativeBuildInputs = [