vscode-extensions.foam.foam-vscode: 0.13.7 -> 0.14.1

This commit is contained in:
Victor Freire 2021-07-21 13:21:25 -03:00
parent 1b9783191b
commit 4ca54a6ef9

View file

@ -497,6 +497,12 @@ let
};
foam.foam-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "foam-vscode";
publisher = "foam";
version = "0.14.1";
sha256 = "sha256-w9xGkezS3A9z6sTk8WWgW7g8qYX6mJFfRV0lv5cu160=";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/foam.foam-vscode/changelog";
description = "A personal knowledge management and sharing system for VSCode ";
@ -505,12 +511,6 @@ let
license = licenses.mit;
maintainers = with maintainers; [ ratsclub ];
};
mktplcRef = {
name = "foam-vscode";
publisher = "foam";
version = "0.13.7";
sha256 = "Y2pcd4iXPiuhJdD/9d+tbTJN18O4+kRMqUdOtbx8xy8=";
};
};
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {