deps: bump tree-sitter-d2

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-16 07:46:15 +03:00
parent c3a3fe588f
commit c4374c0037
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@ let
extraGrammars = {
tree-sitter-d2 = {
language = "d2";
version = "2023-06-16";
version = "2023-06-17";
src = fetchFromGitea {
domain = "git.pleshevski.ru";
owner = "pleshevskiy";
repo = "tree-sitter-d2";
rev = "21edafd556b63595610f97ad39e1912ff09a2335";
sha256 = "sha256-ZWi61vH5DAuoWZU9iKOZW00914STRPnk/4rzc5OaZ6c=";
rev = "9828b023cddec65028805e76266a07a91345d77b";
sha256 = "sha256-8bDFNvftuegTkvzbB7Pi7Wz/o30lYqftGcQqWOfSTmw=";
};
};
};