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