Skip to content

Commit

Permalink
tree-sitter: 0.24.4 -> 0.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 28, 2024
1 parent 2214d18 commit 73484a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/parsing/tree-sitter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ 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";
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 73484a8

Please sign in to comment.