Merge pull request #130955 from ratsclubforks/vscode-extensions.foam.foam-vscode

This commit is contained in:
Sandro
2021-07-22 03:06:27 +02:00
committed by GitHub
+6 -6
View File
@@ -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 {