about summary refs log tree commit diff
path: root/pkgs/tools/text/difftastic
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-02 22:31:58 -0400
committerfigsoda <figsoda@pm.me>2022-09-02 22:31:58 -0400
commitf9b34059ff47056e87c67a2e2693b3f9bc1392cc (patch)
treec84dcbf3829d6c947d6b5b4b4e2b26e2c58f0037 /pkgs/tools/text/difftastic
parent9f867325b5da6c4c9211707abdb481e1d0b3e589 (diff)
difftastic: 0.34.0 -> 0.35.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 7cbbdfc0c36c8..d22612e0bc766 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.34.0";
+  version = "0.35.0";
 
   src = fetchFromGitHub {
     owner = "wilfred";
     repo = pname;
     rev = version;
-    sha256 = "sha256-HooO8T1FLIuERlI2dWGWMtPbtjVB9MPuA1IB+9CYytw=";
+    sha256 = "sha256-gf8Q/x9JXQcYEPa7fHoxwEvLFjpXVraY5aEcA89xJsc=";
   };
 
   depsExtraArgs = {
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
       popd
     '';
   };
-  cargoSha256 = "sha256-5HwipbtQ/zW61fgam1BGnEJYVzA98TH7y3eZ8bES2Ck=";
+  cargoSha256 = "sha256-CUbiEqFNEQCe9CKhpa8m8+/XVOOTv1ltmx0sXssx+e8=";
 
   passthru.tests.version = testers.testVersion { package = difftastic; };