There was an error while loading. Please reload this page.
1 parent bda44e0 commit c06a30fCopy full SHA for c06a30f
1 file changed
packages/tree-sitter-c/build.ncl
@@ -3,14 +3,14 @@ let base = import "../base/build.ncl" in
3
let toolchain = import "../toolchain/build.ncl" in
4
let glibc = import "../glibc/build.ncl" in
5
6
-let version = "0.24.1" in
+let version = "0.24.2" in
7
{
8
name = "tree-sitter-c",
9
build_deps = [
10
{ file = "build.sh" } | Local,
11
12
url = "https://github.com/tree-sitter/tree-sitter-c/archive/refs/tags/v%{version}.tar.gz",
13
- sha256 = "25dd4bb3dec770769a407e0fc803f424ce02c494a56ce95fedc525316dcf9b48",
+ sha256 = "2eeb4db31f8fa0865e45488503d13403923bcb485a1bdb637abff8c42dd97364",
14
extract = true,
15
strip_prefix = "tree-sitter-c-%{version}",
16
} | Source,
0 commit comments