···3030 # 2) nix-build -A tree-sitter.updater.update-all-grammars
3131 # 3) Set NIXPKGS_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)
3232 # 4) run the ./result script that is output by that (it updates ./grammars)
3333- version = "0.25.1";
3434- hash = "sha256-xnUhiIeRxD4ZKMUQ6pNEetDqiFqiJsa57BRM2zqNFro=";
3333+ version = "0.25.3";
3434+ hash = "sha256-xafeni6Z6QgPiKzvhCT2SyfPn0agLHo47y+6ExQXkzE=";
35353636 src = fetchFromGitHub {
3737 owner = "tree-sitter";
···173173 inherit src version;
174174175175 useFetchCargoVendor = true;
176176- cargoHash = "sha256-YaXeApg0U97Bm+kBdFdmfnkgg9GBxxYdaDzgCVN2sbY=";
176176+ cargoHash = "sha256-rjUn8F6WSxLQGrFzK23q4ClLePSpcMN2+i7rC02Fisk=";
177177178178 buildInputs =
179179 [ installShellFiles ]