plugins/syntax: bump tree-sitter-d2 to latest version
This commit is contained in:
parent
5c5878a64f
commit
2a44c3e661
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pleshevskiy";
|
owner = "pleshevskiy";
|
||||||
repo = "tree-sitter-d2";
|
repo = "tree-sitter-d2";
|
||||||
rev = "9e60a469c5b67899f3ace13f32a43abc0ba74ec4";
|
rev = "5459cdd0656d400ca7d104de85f5df77c90e8483";
|
||||||
sha256 = "sha256-FC2AP1DqeetfrjhSdp2QWHbW0qylImc4PeQXPvg7uT8=";
|
sha256 = "sha256-TmUwK047pg6J9lyl8HQYLjN463eWuY5vlNubQOp4DL8=";
|
||||||
};
|
};
|
||||||
version = "0.0.0";
|
version = "0.0.0";
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue