difftastic: 0.8 -> 0.9

This commit is contained in:
figsoda 2021-09-16 09:35:05 -04:00
parent 2a58c796aa
commit 5e36da0a28

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "difftastic";
version = "0.8";
version = "0.9";
src = fetchFromGitHub {
owner = "wilfred";
repo = pname;
rev = version;
sha256 = "0103py4v4v7xqv85yiczhd9w9h1aa54svhhdibvbl6x4b35y2mk5";
sha256 = "sha256-spncRJjROytGnIig6ujqHu0e/XBTN4dsJ3og4aIu+l8=";
};
cargoSha256 = "1k0d7yadicfzfc2m1aqs4c4a2k3srb54fpwarc3kwn26v3vfjai1";
cargoSha256 = "sha256-2xGwS4wjLQ7zmfZ2gMdlUAkjPDF6SmUaiX2j1KYy0vo=";
meta = with lib; {
description = "A syntax-aware diff";