Unverified Commit c84932b5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #247514 from r-ryantm/auto-update/diffsitter

diffsitter: 0.8.0 -> 0.8.1
parents 0145d811 7d5c8290
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,17 +32,17 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "diffsitter";
  version = "0.8.0";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "afnanenayet";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-KrmK0RJdNJcZGM/7IxDP5IbJMTY3v6MkHA1SQW+U3hw=";
    sha256 = "sha256-8nKZ8zcZSSF7Qd36kA9IQjio+TIhlQWRgMqKrsdInj4=";
    fetchSubmodules = false;
  };

  cargoHash = "sha256-3HALOoa3QDl9KE2UHxszzDw/VuDLLmjccXQvBBrfrHA=";
  cargoHash = "sha256-LEBAMb9tROpjrWEfucw+2ZaytnoyJE477IH3MyeUGEA=";

  buildNoDefaultFeatures = true;
  buildFeatures = [