Skip to content

Commit 9037317

Browse files
committed
vscode-extensions.mechatroner.rainbow-csv: 3.6.0 -> 3.12.0
1 parent 1d75848 commit 9037317

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2994,10 +2994,14 @@ let
29942994
mktplcRef = {
29952995
name = "rainbow-csv";
29962996
publisher = "mechatroner";
2997-
version = "3.6.0";
2998-
hash = "sha256-bvxMnT6oSjflAwWQZkNnEoEsVlVg86T0TMYi8tNsbdQ=";
2997+
version = "3.12.0";
2998+
hash = "sha256-pnHaszLa4a4ptAubDUY+FQX3F6sQQUQ/sHAxyZsbhcQ=";
29992999
};
30003000
meta = {
3001+
changelog = "https://marketplace.visualstudio.com/items/mechatroner.rainbow-csv/changelog";
3002+
description = "Rainbow syntax higlighting for CSV and TSV files in Visual Studio Code";
3003+
downloadPage = "https://marketplace.visualstudio.com/items?itemname=mechatroner.rainbow-csv";
3004+
homepage = "https://github.com/mechatroner/vscode_rainbow_csv";
30013005
license = lib.licenses.mit;
30023006
};
30033007
};

0 commit comments

Comments
 (0)