deps: bump tree-sitter-d2
This commit is contained in:
parent
b4a93f588f
commit
e572ba6d78
1 changed files with 3 additions and 3 deletions
|
@ -10,14 +10,14 @@ let
|
||||||
extraGrammars = {
|
extraGrammars = {
|
||||||
tree-sitter-d2 = {
|
tree-sitter-d2 = {
|
||||||
language = "d2";
|
language = "d2";
|
||||||
|
version = "2023-06-16";
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "git.pleshevski.ru";
|
domain = "git.pleshevski.ru";
|
||||||
owner = "pleshevskiy";
|
owner = "pleshevskiy";
|
||||||
repo = "tree-sitter-d2";
|
repo = "tree-sitter-d2";
|
||||||
rev = "eb6910126fa392b60832d834fe6640635cd35ba8";
|
rev = "21edafd556b63595610f97ad39e1912ff09a2335";
|
||||||
sha256 = "sha256-TmUwK047pg6J9lyl8HQYLjN463eWuY5vlNubQOp4DL8=";
|
sha256 = "sha256-ZWi61vH5DAuoWZU9iKOZW00914STRPnk/4rzc5OaZ6c=";
|
||||||
};
|
};
|
||||||
version = "0.0.0";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue