From 9ececdeceb0f42fb072b2b8eaef628b35652bd16 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 27 Nov 2023 16:28:38 -0500 Subject: [PATCH] difftastic: 0.53.0 -> 0.53.1 Diff: https://github.com/wilfred/difftastic/compare/0.53.0...0.53.1 Changelog: https://github.com/Wilfred/difftastic/blob/0.53.1/CHANGELOG.md --- pkgs/tools/text/difftastic/Cargo.lock | 7 ++++--- pkgs/tools/text/difftastic/default.nix | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/text/difftastic/Cargo.lock b/pkgs/tools/text/difftastic/Cargo.lock index 31879866de58..e3a8902da002 100644 --- a/pkgs/tools/text/difftastic/Cargo.lock +++ b/pkgs/tools/text/difftastic/Cargo.lock @@ -15,9 +15,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "1.1.2" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" +checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" dependencies = [ "memchr", ] @@ -253,8 +253,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "difftastic" -version = "0.53.0" +version = "0.53.1" dependencies = [ + "aho-corasick", "assert_cmd", "bumpalo", "cc", diff --git a/pkgs/tools/text/difftastic/default.nix b/pkgs/tools/text/difftastic/default.nix index 94fd1fe96077..317c79239009 100644 --- a/pkgs/tools/text/difftastic/default.nix +++ b/pkgs/tools/text/difftastic/default.nix @@ -17,13 +17,13 @@ in rustPlatform.buildRustPackage rec { pname = "difftastic"; - version = "0.53.0"; + version = "0.53.1"; src = fetchFromGitHub { owner = "wilfred"; repo = pname; rev = version; - hash = "sha256-fLn+Ibe6i6pI6yDCWkDAUMl2wOVSFXBCqidT6iNCSGM="; + hash = "sha256-D//LMfwk2n5jGOXhix2jZyoppYMxVkTkg4HuNHCtHNI="; }; cargoLock = {