Unverified Commit 5b4159d0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

riffdiff: 3.1.3 -> 3.2.0
parents 3865a940 c52c7650
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.3";
  version = "3.2.0";

  src = fetchFromGitHub {
    owner = "walles";
    repo = "riff";
    rev = version;
    hash = "sha256-wBLVH4Yrvj3rU5tRaxV8BBWkR2xLMxjkwjJ4rf1hHXk=";
    hash = "sha256-CMH+6/YGepl6SJLytfDEu7NLvPA/HHY/sDm2LTi0R8w=";
  };

  cargoHash = "sha256-4qskpcDE9l+7KjcVRou4GcdG7aF8stKXK12WBy81UBw=";
  cargoHash = "sha256-w3oDpJMsfV9mIWI44YgOsNZH2vahSRCSJnYpFWBx/eU=";

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