demoit unstable-2022-09-03 -> 1.0 https://github.com/dgageot/demoit/releases attrpath: demoit Checking auto update branch... No auto update branch exists Old version unstable-2022-09-03" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "demoit"; version = "1.0"; src = fetchFromGitHub { owner = "dgageot"; repo = "demoit"; rev = "v${version}"; hash = "sha256-3g0k2Oau0d9tXYDtxHpUKvAQ1FnGhjRP05YVTlmgLhM="; }; vendorHash = null; subPackages = [ "." ]; meta = with lib; { description = "Live coding demos without Context Switching"; homepage = "https://github.com/dgageot/demoit"; license = licenses.asl20; maintainers = [ maintainers.freezeboy ]; }; }