summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-15 20:55:04 +0800
committerGitHub <noreply@github.com>2022-06-15 20:55:04 +0800
commit68abb3d2110aa49ae29ee23d0f9a6130cb0287f4 (patch)
treefac66dac06e4728da0756c10349fa30c86d8078e
parente2e30dfe9f072fa8b8f2fbf440ca888432c609db (diff)
parent1197151df47f06bf7944e2b573b36f8df69ca895 (diff)
downloadnixpkgs-68abb3d2110aa49ae29ee23d0f9a6130cb0287f4.tar
nixpkgs-68abb3d2110aa49ae29ee23d0f9a6130cb0287f4.tar.gz
nixpkgs-68abb3d2110aa49ae29ee23d0f9a6130cb0287f4.tar.bz2
nixpkgs-68abb3d2110aa49ae29ee23d0f9a6130cb0287f4.tar.lz
nixpkgs-68abb3d2110aa49ae29ee23d0f9a6130cb0287f4.tar.xz
nixpkgs-68abb3d2110aa49ae29ee23d0f9a6130cb0287f4.tar.zst
nixpkgs-68abb3d2110aa49ae29ee23d0f9a6130cb0287f4.zip
Merge pull request #177621 from michaeladler/feature/difftastic
difftastic: 0.28.0 -> 0.29.1
-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 f33eee62549..ef117d1c1d3 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.28.0";
+  version = "0.29.1";
 
   src = fetchFromGitHub {
     owner = "wilfred";
     repo = pname;
     rev = version;
-    sha256 = "sha256-krY1NbFilUHn6ePMRX4+EddsIu33Y7W8Wt5bIeB6wRE=";
+    sha256 = "sha256-eOW+cNIE/H4VtwqbWLGSmS/UAbKMoHFBFcUaLpcPHfw=";
   };
 
   depsExtraArgs = {
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
       popd
     '';
   };
-  cargoSha256 = "sha256-nE6sl8n12fHLWH/tEXZhDjVBxGDoLyFDtVC5GFNClzM=";
+  cargoSha256 = "sha256-/z+jimIDNej1vottvqmG3exd5BpOBUfmx1qaILhLKJU=";
 
   passthru.tests.version = testers.testVersion { package = difftastic; };