Commit f216d5b2 authored by R. RyanTM's avatar R. RyanTM
Browse files

diffsitter: 0.7.3 -> 0.8.0

parent 0a737c52
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.7.3";
  version = "0.8.0";

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

  cargoSha256 = "sha256-U/XvllkzEVt4TpDPA5gSRKpIIQagATGdHh7YPFOo4CY=";
  cargoHash = "sha256-3HALOoa3QDl9KE2UHxszzDw/VuDLLmjccXQvBBrfrHA=";

  buildNoDefaultFeatures = true;
  buildFeatures = [