Unverified Commit 309209a5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

riffdiff: 2.27.0 -> 2.27.1
parents ecaae96b 9be9c24a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "riffdiff";
  version = "2.27.0";
  version = "2.27.1";

  src = fetchFromGitHub {
    owner = "walles";
    repo = "riff";
    rev = version;
    hash = "sha256-yrIZsCxoFV9LFh96asYxpAYv1KvrLq+RlqL8gZXaeak=";
    hash = "sha256-cW43nt8Go4VjEwXpCieGYIXwG1XMexslgriMsZ0BB1g=";
  };

  cargoHash = "sha256-tO49qAEW15q76hLcHOtniwLqGy29MZ/dabyZHYAsiME=";
  cargoHash = "sha256-phTo0XvCiTnBFF5r5myvwmiWnpcYLnkaMLcaXw4oL/Y=";

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