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

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-13 16:47:08 +03:00
parent 5c5878a64f
commit 2a44c3e661
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 = "9e60a469c5b67899f3ace13f32a43abc0ba74ec4";
sha256 = "sha256-FC2AP1DqeetfrjhSdp2QWHbW0qylImc4PeQXPvg7uT8=";
rev = "5459cdd0656d400ca7d104de85f5df77c90e8483";
sha256 = "sha256-TmUwK047pg6J9lyl8HQYLjN463eWuY5vlNubQOp4DL8=";
};
version = "0.0.0";
};