From a05100b1c9ca9d854b923f2579b71877130e3a5b Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 19 Dec 2022 12:35:35 -0500 Subject: [PATCH] difftastic: 0.38.0 -> 0.39.0 Diff: https://github.com/wilfred/difftastic/compare/0.38.0...0.39.0 Changelog: https://github.com/Wilfred/difftastic/raw/0.39.0/CHANGELOG.md --- pkgs/tools/text/difftastic/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/text/difftastic/default.nix b/pkgs/tools/text/difftastic/default.nix index eb54d8ee6950..9eaa93473251 100644 --- a/pkgs/tools/text/difftastic/default.nix +++ b/pkgs/tools/text/difftastic/default.nix @@ -9,13 +9,13 @@ rustPlatform.buildRustPackage rec { pname = "difftastic"; - version = "0.38.0"; + version = "0.39.0"; src = fetchFromGitHub { owner = "wilfred"; repo = pname; rev = version; - sha256 = "sha256-NhuFyJvXk3N9G6LedAPwJIDdd0CfFs1rjYmC1tJTqB8="; + sha256 = "sha256-PyjgnO5LXV0UGNqpb2J39Ni077L5MjHc5ZkK/r8//II="; }; depsExtraArgs = { @@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec { popd ''; }; - cargoSha256 = "sha256-0XqLdjF9O8CRVyq7j7IvOqCUB0oCV2P703BcWwSlIx8="; + cargoSha256 = "sha256-jVs5KokgofAqhNLfr/RJ9qOHwBYMnkqc2EcAFezS9/0="; passthru.tests.version = testers.testVersion { package = difftastic; };