forked from mirrors/nixpkgs
vscode-extensions.foam.foam-vscode: 0.13.7 -> 0.14.1
This commit is contained in:
parent
1b9783191b
commit
4ca54a6ef9
|
@ -497,6 +497,12 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
foam.foam-vscode = buildVscodeMarketplaceExtension {
|
foam.foam-vscode = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "foam-vscode";
|
||||||
|
publisher = "foam";
|
||||||
|
version = "0.14.1";
|
||||||
|
sha256 = "sha256-w9xGkezS3A9z6sTk8WWgW7g8qYX6mJFfRV0lv5cu160=";
|
||||||
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
changelog = "https://marketplace.visualstudio.com/items/foam.foam-vscode/changelog";
|
changelog = "https://marketplace.visualstudio.com/items/foam.foam-vscode/changelog";
|
||||||
description = "A personal knowledge management and sharing system for VSCode ";
|
description = "A personal knowledge management and sharing system for VSCode ";
|
||||||
|
@ -505,12 +511,6 @@ let
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ratsclub ];
|
maintainers = with maintainers; [ ratsclub ];
|
||||||
};
|
};
|
||||||
mktplcRef = {
|
|
||||||
name = "foam-vscode";
|
|
||||||
publisher = "foam";
|
|
||||||
version = "0.13.7";
|
|
||||||
sha256 = "Y2pcd4iXPiuhJdD/9d+tbTJN18O4+kRMqUdOtbx8xy8=";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {
|
formulahendry.auto-close-tag = buildVscodeMarketplaceExtension {
|
||||||
|
|
Loading…
Reference in a new issue