1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-IdYQ8vD3ZIzqdNY4JtR8f2huV/DWOhV8FUn7tuRe7IQ=";
14 cargoHash = "sha256-1on4CTstEvjNLtk1RG6dcNl0XhaPYAy+U0DYn/aVzEg=";
17 description = "Diff filter highlighting which line parts have changed";
18 homepage = "https://github.com/walles/riff";
19 license = licenses.mit;
20 maintainers = with maintainers; [ johnpyp ];