difftastic: 0.59.0 -> 0.60.0

Diff: https://github.com/wilfred/difftastic/compare/0.59.0...0.60.0
Changelog: https://github.com/Wilfred/difftastic/blob/0.60.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2024-08-02 17:58:48 +05:30
parent 1169a689f3
commit 126e6855f9
2 changed files with 3 additions and 3 deletions

View File

@ -211,7 +211,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
version = "0.59.0"
version = "0.60.0"
dependencies = [
"assert_cmd",
"bumpalo",

View File

@ -17,13 +17,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "difftastic";
version = "0.59.0";
version = "0.60.0";
src = fetchFromGitHub {
owner = "wilfred";
repo = pname;
rev = version;
hash = "sha256-cy5IBovU/TDYK6UGlSn3s7MQ9LnX/d0eUJlNdaibG44=";
hash = "sha256-eIHwmSCAY9Fn9Du7DJxZyGqJ3SUEyZ6VEtwxphGnSHw=";
};
cargoLock = {