summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2020-09-22 14:54:17 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2020-09-22 14:54:58 +0200
commit57597f605081e4b8daba937f68087840c02ca208 (patch)
treee52dbbb79238287aa95d6ab024cb69c6bd8eab94 /pkgs/development/tools/parsing
parent2a35f664394b379e0c0785cc769ff6ccc791be39 (diff)
downloadnixpkgs-57597f605081e4b8daba937f68087840c02ca208.tar
nixpkgs-57597f605081e4b8daba937f68087840c02ca208.tar.gz
nixpkgs-57597f605081e4b8daba937f68087840c02ca208.tar.bz2
nixpkgs-57597f605081e4b8daba937f68087840c02ca208.tar.lz
nixpkgs-57597f605081e4b8daba937f68087840c02ca208.tar.xz
nixpkgs-57597f605081e4b8daba937f68087840c02ca208.tar.zst
nixpkgs-57597f605081e4b8daba937f68087840c02ca208.zip
tree-sitter: 0.16.4 -> 0.16.9
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/tree-sitter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/parsing/tree-sitter/default.nix b/pkgs/development/tools/parsing/tree-sitter/default.nix
index b91acdca688..7f48a6ad97d 100644
--- a/pkgs/development/tools/parsing/tree-sitter/default.nix
+++ b/pkgs/development/tools/parsing/tree-sitter/default.nix
@@ -11,9 +11,9 @@ let
   # 1) change all these hashes
   # 2) nix-build -A tree-sitter.updater.update-all-grammars
   # 3) run the ./result script that is output by that (it updates ./grammars)
-  version = "0.16.4";
-  sha256 = "1m0zxz7h4w2zny7yhrlxwqvizcf043cizg7ca5dn3h9k16adcxil";
-  cargoSha256 = "0hxm73diwiybljm6yy3vmwfdpg33b4rlg0h7afq4xgccq2vkwafs";
+  version = "0.16.9";
+  sha256 = "sha256-e5Ft+jEpExLgBBFmiswW0VFrsKume4gmUiOiF4ODhhQ=";
+  cargoSha256 = "sha256-XbPLQEvf4JX517ddpx18eweiPrztS5E/X2pejkqmlCU=";
 
   src = fetchFromGitHub {
     owner = "tree-sitter";