From 126e6855f925d70a41924bf1fd83f454075e7a8f Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Fri, 2 Aug 2024 17:58:48 +0530 Subject: [PATCH] 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 --- pkgs/tools/text/difftastic/Cargo.lock | 2 +- pkgs/tools/text/difftastic/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/text/difftastic/Cargo.lock b/pkgs/tools/text/difftastic/Cargo.lock index efbd4ceb3605..2620b6b0993b 100644 --- a/pkgs/tools/text/difftastic/Cargo.lock +++ b/pkgs/tools/text/difftastic/Cargo.lock @@ -211,7 +211,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "difftastic" -version = "0.59.0" +version = "0.60.0" dependencies = [ "assert_cmd", "bumpalo", diff --git a/pkgs/tools/text/difftastic/default.nix b/pkgs/tools/text/difftastic/default.nix index 119b2cefb304..e8e333cc6539 100644 --- a/pkgs/tools/text/difftastic/default.nix +++ b/pkgs/tools/text/difftastic/default.nix @@ -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 = {