Skip to content

Commit

Permalink
tree-sitter: 0.24.4 -> 0.24.6 (#368952)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 29, 2024
2 parents dcc5662 + dca72f6 commit 4cd8371
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/parsing/tree-sitter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ let
# 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)
# 4) run the ./result script that is output by that (it updates ./grammars)
version = "0.24.4";
hash = "sha256-DIlPEz8oTzLm5BZHPjIQCHDHUXdUhL+LRrkld11HzXw=";
version = "0.24.6";
hash = "sha256-L7F2/S22knqEdB2hxfqLe5Tcgk0WQqBdFQ7BvHFl4EI=";

src = fetchFromGitHub {
owner = "tree-sitter";
repo = "tree-sitter";
rev = "refs/tags/v${version}";
tag = "v${version}";
inherit hash;
fetchSubmodules = true;
};
Expand Down Expand Up @@ -111,7 +111,7 @@ rustPlatform.buildRustPackage {
pname = "tree-sitter";
inherit src version;

cargoHash = "sha256-32CcOb5op+7QOgLSw+8rvMW3GjJ0jaQsryX5DiW+bIk=";
cargoHash = "sha256-mk3aw1aFu7N+b4AQL5kiaHuIAuJv24KonFeGKid427Q=";

buildInputs =
lib.optionals stdenv.hostPlatform.isDarwin [ Security CoreServices ];
Expand Down

0 comments on commit 4cd8371

Please sign in to comment.