mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
tree-sitter: 0.26.8 -> 0.26.9 (#523339)
This commit is contained in:
@@ -115,17 +115,17 @@ let
|
||||
in
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "tree-sitter";
|
||||
version = "0.26.8";
|
||||
version = "0.26.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tree-sitter";
|
||||
repo = "tree-sitter";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-fcFEfoALrbpBD6rWogxJ7FNVlvDQgswoX9ylRgko+8Q=";
|
||||
hash = "sha256-ohVhW4AEKX5VspqBePtfxbJGkjmJnNkf5ntU3RUxF+0=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
cargoHash = "sha256-9FeWnWWPUWmMF15Psmul8GxGv2JceHWc2WZPmOr81gw=";
|
||||
cargoHash = "sha256-3egxdusYHQs8PadxGZ44+VWtlTcGBrcqlWMUyUzpWnY=";
|
||||
|
||||
cargoBuildFeatures = lib.optionals wasmSupport [ "wasm" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user