riffdiff: 3.1.0 -> 3.1.3

This commit is contained in:
R. Ryantm 2024-05-08 02:32:35 +00:00
parent 57443256a0
commit 48800d4372

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "riffdiff"; pname = "riffdiff";
version = "3.1.0"; version = "3.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "walles"; owner = "walles";
repo = "riff"; repo = "riff";
rev = version; rev = version;
hash = "sha256-ASIB7+ZyvMsaRdvJcWT/sR0JLyt4v/gytAIi8Yajlzg="; hash = "sha256-wBLVH4Yrvj3rU5tRaxV8BBWkR2xLMxjkwjJ4rf1hHXk=";
}; };
cargoHash = "sha256-NGTWBlg5xvodK02RtFuCe7KsFm4z2aEpbcx3UqH9G/o="; cargoHash = "sha256-4qskpcDE9l+7KjcVRou4GcdG7aF8stKXK12WBy81UBw=";
meta = with lib; { meta = with lib; {
description = "A diff filter highlighting which line parts have changed"; description = "A diff filter highlighting which line parts have changed";