heimer 4.0.0 -> 4.1.0 https://github.com/juzzlin/heimer/releases attrpath: heimer Checking auto update branch... No auto update branch exists Old version 4.0.0" not present in master derivation file with contents: { lib , mkDerivation , fetchFromGitHub , cmake , qttools , qtbase }: mkDerivation rec { pname = "heimer"; version = "4.1.0"; src = fetchFromGitHub { owner = "juzzlin"; repo = pname; rev = version; hash = "sha256-cq8rRz1mfDPzTRVG++vccI2YewSKQqd1RAJbgB3TS5E="; }; nativeBuildInputs = [ cmake ]; buildInputs = [ qttools qtbase ]; meta = with lib; { description = "Simple cross-platform mind map and note-taking tool written in Qt"; homepage = "https://github.com/juzzlin/Heimer"; changelog = "https://github.com/juzzlin/Heimer/blob/${version}/CHANGELOG"; license = licenses.gpl3Plus; maintainers = with maintainers; [ dtzWill ]; platforms = platforms.linux; }; }