vscode-extensions.stkb.rewrap: 1.14.0 -> 1.15.4

This commit is contained in:
datafoo 2022-01-07 12:54:19 +01:00
parent d1acd89e01
commit 94c5e47f9a

View File

@ -1489,11 +1489,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 ];
};
};