tree-sitter: 0.24.3 → 0.24.4

Diff: https://github.com/tree-sitter/tree-sitter/compare/v0.24.3...v0.24.4
(cherry picked from commit bf92ca56f4)
This commit is contained in:
Samuel Tardieu 2024-11-12 13:14:07 +01:00 committed by github-actions[bot]
parent 05390db1f4
commit bd6a973e16

View File

@ -27,8 +27,8 @@ let
# 2) nix-build -A tree-sitter.updater.update-all-grammars # 2) nix-build -A tree-sitter.updater.update-all-grammars
# 3) Set GITHUB_TOKEN env variable to avoid api rate limit (Use a Personal Access Token from https://github.com/settings/tokens It does not need any permissions) # 3) Set GITHUB_TOKEN env variable to avoid api rate limit (Use a Personal Access Token from https://github.com/settings/tokens It does not need any permissions)
# 4) run the ./result script that is output by that (it updates ./grammars) # 4) run the ./result script that is output by that (it updates ./grammars)
version = "0.24.3"; version = "0.24.4";
hash = "sha256-2Pg4D1Pf1Ex6ykXouAJvD1NVfg5CH4rCQcSTAJmYwd4="; hash = "sha256-DIlPEz8oTzLm5BZHPjIQCHDHUXdUhL+LRrkld11HzXw=";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tree-sitter"; owner = "tree-sitter";
@ -111,7 +111,7 @@ rustPlatform.buildRustPackage {
pname = "tree-sitter"; pname = "tree-sitter";
inherit src version; inherit src version;
cargoHash = "sha256-0ZoXf0eV3kmHaRoHcWrVEgoWnYNBsY9GiFfy84H+0mc="; cargoHash = "sha256-32CcOb5op+7QOgLSw+8rvMW3GjJ0jaQsryX5DiW+bIk=";
buildInputs = buildInputs =
lib.optionals stdenv.hostPlatform.isDarwin [ Security CoreServices ]; lib.optionals stdenv.hostPlatform.isDarwin [ Security CoreServices ];