2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-12 23:23:36 +00:00

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

riffdiff: 2.25.2 -> 2.27.0
This commit is contained in:
Nikolay Korotkiy 2023-09-30 14:25:56 +04:00 committed by GitHub
commit d008423e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "riffdiff";
version = "2.25.2";
version = "2.27.0";
src = fetchFromGitHub {
owner = "walles";
repo = "riff";
rev = version;
hash = "sha256-JZWgI4yAsk+jtTyS3QZBxdAOPYmUxb7pn1SbcUeCh6Y=";
hash = "sha256-yrIZsCxoFV9LFh96asYxpAYv1KvrLq+RlqL8gZXaeak=";
};
cargoHash = "sha256-Z33CGF02rPf24LaYh+wEmmGgPPw+oxMNCgMzCrUEKqk=";
cargoHash = "sha256-tO49qAEW15q76hLcHOtniwLqGy29MZ/dabyZHYAsiME=";
meta = with lib; {
description = "A diff filter highlighting which line parts have changed";