Merge pull request #280905 from mfrw/mfrw/diffsitter-0.8.2

diffsitter: 0.8.1 -> 0.8.2
This commit is contained in:
Nick Cao 2024-01-16 11:10:27 -05:00 committed by GitHub
commit a468afe43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,17 +32,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "diffsitter";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "afnanenayet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8nKZ8zcZSSF7Qd36kA9IQjio+TIhlQWRgMqKrsdInj4=";
hash = "sha256-rB580TlM0/HXYgPvWtm7KMtXrw6i996HyvCrNr3QmNA=";
fetchSubmodules = false;
};
cargoHash = "sha256-LEBAMb9tROpjrWEfucw+2ZaytnoyJE477IH3MyeUGEA=";
cargoHash = "sha256-8ajCXoB+mVhHrstVG+QkWYfXJqDk4+XPcO6yjR4TqpQ=";
buildNoDefaultFeatures = true;
buildFeatures = [