lol

tree-sitter: 0.25.1 -> 0.25.3 (#389796)

authored by

Austin Horstman and committed by
GitHub
c6588cb3 9fd606ae

+3 -3
+3 -3
pkgs/development/tools/parsing/tree-sitter/default.nix
··· 30 30 # 2) nix-build -A tree-sitter.updater.update-all-grammars 31 31 # 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) 32 32 # 4) run the ./result script that is output by that (it updates ./grammars) 33 - version = "0.25.1"; 34 - hash = "sha256-xnUhiIeRxD4ZKMUQ6pNEetDqiFqiJsa57BRM2zqNFro="; 33 + version = "0.25.3"; 34 + hash = "sha256-xafeni6Z6QgPiKzvhCT2SyfPn0agLHo47y+6ExQXkzE="; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "tree-sitter"; ··· 173 173 inherit src version; 174 174 175 175 useFetchCargoVendor = true; 176 - cargoHash = "sha256-YaXeApg0U97Bm+kBdFdmfnkgg9GBxxYdaDzgCVN2sbY="; 176 + cargoHash = "sha256-rjUn8F6WSxLQGrFzK23q4ClLePSpcMN2+i7rC02Fisk="; 177 177 178 178 buildInputs = 179 179 [ installShellFiles ]