tree-sitter: 0.15.7 -> 0.16.4

Includes some bugfixes/cleanups to the scripts and packaging, a run of the
updater, a bump of the version, an upgrade to the newer cargo fetcher in #79975,
and gets the web assembly portion to compile successfully.

Fixes #75863
This commit is contained in:
Benjamin Hipple
2020-02-15 00:11:00 -05:00
parent 6f24be13ee
commit 9131efe52d
17 changed files with 63 additions and 114 deletions

View File

@@ -14,10 +14,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "1iga3320mgi7m853la55xip514a3chqsdi1a1rwv25lr9b1p7vd3";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "17ldqr3asrdcsh4l29m3b5r37r5d0b3npq1lrgjmxb6vlx6a36qh";
cargoSha256 = "0lwz661rbm7kwkd6mallxym1pz8ynda5f03ynjfd16vrazy2dj21";
cargoBuildFlags = stdenv.lib.optional withPCRE2 "--features pcre2";