about summary refs log tree commit diff
path: root/pkgs/tools/text/difftastic
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-14 12:21:09 -0500
committerfigsoda <figsoda@pm.me>2022-11-14 12:21:09 -0500
commit8dfd6ce864367541cb250b6d4b8d9850438d3c6b (patch)
tree551c6d708baed17bcb4f2f8df99318326085adac /pkgs/tools/text/difftastic
parentdad4de1694cd92d9a0e123bfdf134d0047b836a5 (diff)
difftastic: 0.37.0 -> 0.38.0
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 ec8b44648e2f9..eb54d8ee69504 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.37.0";
+  version = "0.38.0";
 
   src = fetchFromGitHub {
     owner = "wilfred";
     repo = pname;
     rev = version;
-    sha256 = "sha256-LwDoIvhZj/1fHg2eWgadwTcegeOKPpY8aCAugLfKtDE=";
+    sha256 = "sha256-NhuFyJvXk3N9G6LedAPwJIDdd0CfFs1rjYmC1tJTqB8=";
   };
 
   depsExtraArgs = {
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
       popd
     '';
   };
-  cargoSha256 = "sha256-u4zM4mmYxy1o1FXQ8SjLJB9YFhYI5SbUZH2Wca7Kjmg=";
+  cargoSha256 = "sha256-0XqLdjF9O8CRVyq7j7IvOqCUB0oCV2P703BcWwSlIx8=";
 
   passthru.tests.version = testers.testVersion { package = difftastic; };