mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
vscode-extensions.yzhang.markdown-all-in-one: 3.5.1 -> 3.6.2
This commit is contained in:
parent
f945939fd6
commit
8a9f6a306b
@ -4306,11 +4306,15 @@ let
|
||||
mktplcRef = {
|
||||
name = "markdown-all-in-one";
|
||||
publisher = "yzhang";
|
||||
version = "3.5.1";
|
||||
sha256 = "sha256-ZyvkRp0QTjoMEXRGHzp3udGngYcU9EkTCvx8o2CEaBE=";
|
||||
version = "3.6.2";
|
||||
sha256 = "1n9d3qh7vypcsfygfr5rif9krhykbmbcgf41mcjwgjrf899f11h4";
|
||||
};
|
||||
meta = {
|
||||
description = "All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one";
|
||||
homepage = "https://github.com/yzhang-gh/vscode-markdown";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.raroh73 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user