plugins/syntax: bump tree-sitter-d2 to latest version

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-13 15:55:18 +03:00
parent a84098dd91
commit 5c5878a64f
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ let
src = fetchFromGitHub {
owner = "pleshevskiy";
repo = "tree-sitter-d2";
rev = "a1a2091ebf4521d965e13c918a601b5acb4d1a72";
sha256 = "sha256-1ZcWhbtmdPDkBoFfswfhlwbFLb2Uwq7lbSTs5wqiFzY=";
rev = "9e60a469c5b67899f3ace13f32a43abc0ba74ec4";
sha256 = "sha256-FC2AP1DqeetfrjhSdp2QWHbW0qylImc4PeQXPvg7uT8=";
};
version = "0.0.0";
};