focuswriter 1.8.5 -> 1.8.6 https://repology.org/project/focuswriter/versions attrpath: focuswriter Checking auto update branch... No auto update branch exists Old version 1.8.5" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , pkg-config , cmake , hunspell , qtbase , qtmultimedia , qttools , qt5compat , qtwayland , wrapQtAppsHook }: stdenv.mkDerivation rec { pname = "focuswriter"; version = "1.8.6"; src = fetchFromGitHub { owner = "gottcode"; repo = "focuswriter"; rev = "v${version}"; hash = "sha256-z3DQaMgaTjzj2Oh1QI7A5v9G7GxjlGj/7jInxH/tDaY="; }; nativeBuildInputs = [ pkg-config cmake qttools wrapQtAppsHook ]; buildInputs = [ hunspell qtbase qtmultimedia qt5compat qtwayland ]; installFlags = [ "INSTALL_ROOT=$(out)" ]; meta = with lib; { description = "Simple, distraction-free writing environment"; license = licenses.gpl3Plus; maintainers = with maintainers; [ madjar kashw2 ]; platforms = platforms.linux; homepage = "https://gottcode.org/focuswriter/"; mainProgram = "focuswriter"; }; }