Merge pull request #130955 from ratsclubforks/vscode-extensions.foam.foam-vscode
This commit is contained in:
commit
4a72b21ece
1 changed files with 6 additions and 6 deletions
|
@ -531,6 +531,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 ";
|
||||
|
@ -539,12 +545,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 {
|
||||
|
|
Loading…
Reference in a new issue