fcitx5-hangul 5.1.1 -> 5.1.2 https://repology.org/project/fcitx5-hangul/versions attrpath: fcitx5-hangul Checking auto update branch... No auto update branch exists Old version 5.1.1" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , extra-cmake-modules , gettext , fcitx5 , libhangul , nixosTests }: stdenv.mkDerivation rec { pname = "fcitx5-hangul"; version = "5.1.2"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; sha256 = "sha256-S5TGjb5vD0rk7V88b4yRziszLrwO1pgVFWuEGMp48oY="; }; nativeBuildInputs = [ cmake extra-cmake-modules gettext ]; buildInputs = [ fcitx5 libhangul ]; passthru.tests = { inherit (nixosTests) fcitx5; }; meta = with lib; { description = "Hangul wrapper for Fcitx5"; homepage = "https://github.com/fcitx/fcitx5-hangul"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ xrelkd ]; platforms = platforms.linux; }; }