1{ lib, vscode-utils }:
2
3vscode-utils.buildVscodeMarketplaceExtension {
4 mktplcRef = {
5 name = "dendron";
6 publisher = "dendron";
7 version = "0.124.0";
8 hash = "sha256-/hxgmmiMUfBtPt5BcuNvtXs3LzDmPwDuUOyDf2udHws=";
9 };
10 meta = {
11 changelog = "https://github.com/dendronhq/dendron/blob/master/CHANGELOG.md";
12 description = "Personal knowledge management (PKM) tool that grows as you do";
13 downloadPage = "https://marketplace.visualstudio.com/items?itemName=dendron.dendron";
14 homepage = "https://www.dendron.so/";
15 license = lib.licenses.asl20;
16 maintainers = [ lib.maintainers.ivyfanchiang ];
17 };
18}