Merge pull request #153834 from datafoo/vscode-extensions.stkb.rewrap
vscode-extensions.stkb.rewrap: 1.14.0 -> 1.15.4
This commit is contained in:
commit
6695286d1d
1 changed files with 7 additions and 2 deletions
|
@ -1523,11 +1523,16 @@ let
|
|||
mktplcRef = {
|
||||
publisher = "stkb";
|
||||
name = "rewrap";
|
||||
version = "1.14.0";
|
||||
sha256 = "qRwKX36a1aLzE1tqaOkH7JfE//pvKdPZ07zasPF3Dl4=";
|
||||
version = "1.15.4";
|
||||
sha256 = "sha256-yuXyClvhGsonvddYHDMkLSvwEsD21vOeE54Gs9BRpeg=";
|
||||
};
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/stkb/Rewrap/blob/master/CHANGELOG.md";
|
||||
description = "Hard word wrapping for comments and other text at a given column.";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=stkb.rewrap";
|
||||
homepage = "https://github.com/stkb/Rewrap#readme";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ datafoo ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue