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

riffdiff: 2.29.1 -> 2.30.0
This commit is contained in:
Mario Rodas 2024-02-05 08:40:49 -05:00 committed by GitHub
commit 80265fd9a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "riffdiff";
version = "2.29.1";
version = "2.30.0";
src = fetchFromGitHub {
owner = "walles";
repo = "riff";
rev = version;
hash = "sha256-sKZ/VkE2eWmGYjnAxzElZkSQyXyZOzBO3B1lSDU1dO4=";
hash = "sha256-P+Q0KrJSXc26LcIHFzzypMwjWsJvYGYFZ/6RsB+ELTA=";
};
cargoHash = "sha256-8CQDlfJ698BOLQPuYjF0TpLjC93KvN9PvM3kexWnwVs=";
cargoHash = "sha256-fhJZMvxGjNfhHP3vMVYUYpA4i5r7w0B0TXaxDZ5Z2YY=";
meta = with lib; {
description = "A diff filter highlighting which line parts have changed";