9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
16 rev = "v${finalAttrs.version}";
17 fetchSubmodules = true;
18 hash = "sha256-2yNhWDExxg5A6DgGtKAtql3HsJuYG1YM/NjUJ718jRw=";
36 homepage = "https://vnotex.github.io/vnote";
37 description = "Pleasant note-taking platform";
38 mainProgram = "vnote";
39 changelog = "https://github.com/vnotex/vnote/releases/tag/${finalAttrs.src.rev}";
40 license = lib.licenses.lgpl3Plus;
41 maintainers = with lib.maintainers; [ AndersonTorres ];
42 platforms = lib.platforms.linux;