Unverified Commit 4f04af82 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

diffsitter: 0.7.2 -> 0.7.3
parents f9a194b3 fc5ddb40
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.2";
  version = "0.7.3";

  src = fetchFromGitHub {
    owner = "afnanenayet";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-oHG2vw981r9FZSwbJ+xcLemfQSMDrk6PAr/qtyImM04=";
    sha256 = "sha256-AJjgn+qFfy6/gjb8tQOJDmevZy1ZfpF0nTxAgunSabE=";
    fetchSubmodules = false;
  };

  cargoSha256 = "sha256-Cj9jdeeJNR/7mquEfaQCsFgiCjyJbZaaSkOzbU64T3U=";
  cargoSha256 = "sha256-U/XvllkzEVt4TpDPA5gSRKpIIQagATGdHh7YPFOo4CY=";

  buildNoDefaultFeatures = true;
  buildFeatures = [