fcitx5-table-extra 5.1.3 -> 5.1.4 https://repology.org/project/fcitx5-table-extra/versions attrpath: fcitx5-table-extra Checking auto update branch... No auto update branch exists Old version 5.1.3" not present in master derivation file with contents: { lib, stdenv , fetchFromGitHub , cmake , extra-cmake-modules , gettext , libime , boost , fcitx5 }: stdenv.mkDerivation rec { pname = "fcitx5-table-extra"; version = "5.1.4"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; hash = "sha256-Lb8CYFQl48arJEn9gemZ7imD/gdKjN+7Wnm21/0/Sko="; }; nativeBuildInputs = [ cmake extra-cmake-modules gettext libime boost fcitx5 ]; meta = with lib; { description = "Extra table for Fcitx, including Boshiamy, Zhengma, Cangjie, and Quick"; homepage = "https://github.com/fcitx/fcitx5-table-extra"; license = licenses.gpl2Only; maintainers = with maintainers; [ poscat ]; platforms = platforms.linux; }; }