Unverified Commit 9892c2f6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #310011 from r-ryantm/auto-update/riffdiff

riffdiff: 3.1.0 -> 3.1.3
parents 6d5fc9c5 48800d43
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "riffdiff";
  version = "3.1.0";
  version = "3.1.3";

  src = fetchFromGitHub {
    owner = "walles";
    repo = "riff";
    rev = version;
    hash = "sha256-ASIB7+ZyvMsaRdvJcWT/sR0JLyt4v/gytAIi8Yajlzg=";
    hash = "sha256-wBLVH4Yrvj3rU5tRaxV8BBWkR2xLMxjkwjJ4rf1hHXk=";
  };

  cargoHash = "sha256-NGTWBlg5xvodK02RtFuCe7KsFm4z2aEpbcx3UqH9G/o=";
  cargoHash = "sha256-4qskpcDE9l+7KjcVRou4GcdG7aF8stKXK12WBy81UBw=";

  meta = with lib; {
    description = "A diff filter highlighting which line parts have changed";