tree-sitter: 0.20.1 -> 0.20.2

authored by Ilan Joselevich and committed by Profpatsch 58948dcc 30875be3

+3 -3
+3 -3
pkgs/development/tools/parsing/tree-sitter/default.nix
··· 29 29 # 2) nix-build -A tree-sitter.updater.update-all-grammars 30 30 # 3) OPTIONAL: Set GITHUB_TOKEN env variable to avoid api rate limit 31 31 # 4) run the ./result script that is output by that (it updates ./grammars) 32 - version = "0.20.1"; 33 - sha256 = "sha256-JKbL05hFWI0jhAnRT9D0SWCoRPFqoMD4+LQQ1zyWc7g="; 34 - cargoSha256 = "sha256-64O+3GrDqhRGth20B2/+jNDYSnwvT3SqYVqYNthiCB0="; 32 + version = "0.20.2"; 33 + sha256 = "sha256-XCTS58q1XCl7XH6SLTZDZv22nUPBK8d4oqk063ZObkg="; 34 + cargoSha256 = "sha256-fKS9Q3BFGzyMnbNH6ItYnPj4dybeX7ucQfzYiOxVvhA="; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "tree-sitter";