fcitx5-table-other 5.1.0 -> 5.1.1 https://repology.org/project/fcitx5-table-other/versions attrpath: fcitx5-table-other Checking auto update branch... No auto update branch exists Old version 5.1.0" 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-other"; version = "5.1.1"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; sha256 = "sha256-G34hPEdcdi5agWiFEgUHWD18ozOgBCaoS6HMAklUcO4="; }; nativeBuildInputs = [ cmake extra-cmake-modules gettext libime boost fcitx5 ]; meta = with lib; { description = "Some other tables for Fcitx"; homepage = "https://github.com/fcitx/fcitx5-table-other"; license = licenses.gpl3Only; maintainers = with maintainers; [ poscat ]; platforms = platforms.linux; }; }