Skip to content

Commit c06a30f

Browse files
Update tree-sitter-c to 0.24.2
1 parent bda44e0 commit c06a30f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/tree-sitter-c/build.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ let base = import "../base/build.ncl" in
33
let toolchain = import "../toolchain/build.ncl" in
44
let glibc = import "../glibc/build.ncl" in
55

6-
let version = "0.24.1" in
6+
let version = "0.24.2" in
77
{
88
name = "tree-sitter-c",
99
build_deps = [
1010
{ file = "build.sh" } | Local,
1111
{
1212
url = "https://github.com/tree-sitter/tree-sitter-c/archive/refs/tags/v%{version}.tar.gz",
13-
sha256 = "25dd4bb3dec770769a407e0fc803f424ce02c494a56ce95fedc525316dcf9b48",
13+
sha256 = "2eeb4db31f8fa0865e45488503d13403923bcb485a1bdb637abff8c42dd97364",
1414
extract = true,
1515
strip_prefix = "tree-sitter-c-%{version}",
1616
} | Source,

0 commit comments

Comments
 (0)