deps: bump tree-sitter-d2

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-16 01:11:11 +03:00
parent b4a93f588f
commit e572ba6d78
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@ let
extraGrammars = {
tree-sitter-d2 = {
language = "d2";
version = "2023-06-16";
src = fetchFromGitea {
domain = "git.pleshevski.ru";
owner = "pleshevskiy";
repo = "tree-sitter-d2";
rev = "eb6910126fa392b60832d834fe6640635cd35ba8";
sha256 = "sha256-TmUwK047pg6J9lyl8HQYLjN463eWuY5vlNubQOp4DL8=";
rev = "21edafd556b63595610f97ad39e1912ff09a2335";
sha256 = "sha256-ZWi61vH5DAuoWZU9iKOZW00914STRPnk/4rzc5OaZ6c=";
};
version = "0.0.0";
};
};