about summary refs log tree commit diff
path: root/pkgs/tools/text/difftastic
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-15 23:45:14 -0500
committerfigsoda <figsoda@pm.me>2023-01-15 23:45:14 -0500
commit95ad6910ba5778f6ba6fbe95f99d1cbc610ba470 (patch)
tree283225d8cf674c1fdffc28b9ea1434403214e02f /pkgs/tools/text/difftastic
parent0bdc78c06487d4d3e92a2048d835b6b74f21898e (diff)
difftastic: 0.41.0 -> 0.42.0
Diff: https://github.com/wilfred/difftastic/compare/0.41.0...0.42.0

Changelog: https://github.com/Wilfred/difftastic/raw/0.42.0/CHANGELOG.md
Diffstat (limited to 'pkgs/tools/text/difftastic')
-rw-r--r--pkgs/tools/text/difftastic/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/difftastic/default.nix b/pkgs/tools/text/difftastic/default.nix
index fda81b589cd76..9d189f40fb065 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.41.0";
+  version = "0.42.0";
 
   src = fetchFromGitHub {
     owner = "wilfred";
     repo = pname;
     rev = version;
-    sha256 = "sha256-S2x4B/fQu8pmU3N+enkjv5L9SFRpu4buIiDX3nSFUk8=";
+    sha256 = "sha256-9ooVXGZ7MEB4D0awciJJio3ttqxEQ8EUBbIQ6xxrXh0=";
   };
 
   depsExtraArgs = {
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
       popd
     '';
   };
-  cargoSha256 = "sha256-ZoduT/SzuSdwz0GJsSdEOabZyUYXpjjdahtwmKcpIT8=";
+  cargoSha256 = "sha256-Zbnk5tcCRoaEH3A1mbsfpEhLe1EMcZqPQ4vzWxi0oG0=";
 
   passthru.tests.version = testers.testVersion { package = difftastic; };