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

wip/nixpkgs-raku
Victor Freire 3 years ago
parent 1b9783191b
commit 4ca54a6ef9
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -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 {

Loading…
Cancel
Save