Merge pull request #331777 from mfrw/mfrw/difftastic-0.60.0

difftastic: 0.59.0 -> 0.60.0
This commit is contained in:
Matthias Beyer
2024-08-03 10:17:19 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
version = "0.59.0"
version = "0.60.0"
dependencies = [
"assert_cmd",
"bumpalo",
+2 -2
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 = {