2022-12-16T08:06:57 heimer 3.6.2 -> 3.6.3 https://github.com/juzzlin/heimer/releases 2022-12-16T08:06:59 attrpath: heimer 2022-12-16T08:06:59 Checking auto update branch... 2022-12-16T08:06:59 No auto update branch exists 2022-12-16T08:07:00 Old version 3.6.2" not present in master derivation file with contents: { lib , mkDerivation , fetchFromGitHub , cmake , qttools , qtbase }: mkDerivation rec { pname = "heimer"; version = "3.6.3"; src = fetchFromGitHub { owner = "juzzlin"; repo = pname; rev = version; hash = "sha256-G0prFxKXHiRtV6uVp1Ckym0/rOFxrOHrEI5K9hkWjfU="; }; 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; }; }