summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-04 19:35:28 -0500
committerGitHub <noreply@github.com>2023-02-04 19:35:28 -0500
commit4e38ee14585ac79b9999119833e83626d20c5e3c (patch)
tree4d27a57e5f99bf699a8da104b0406c392b22f0e1 /pkgs/tools
parent284a6e00663f4568fcbc446fe1bb7fbf59ff6efa (diff)
parenta3e57b0bc0c4a7fc75792ff15b376d3782ef5fac (diff)
Merge pull request #214632 from figsoda/difftastic
difftastic: 0.43.0 -> 0.43.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/difftastic/default.nix12
1 files changed, 3 insertions, 9 deletions
diff --git a/pkgs/tools/text/difftastic/default.nix b/pkgs/tools/text/difftastic/default.nix
index 40ddc9263e8c..a8e8aa1a851d 100644
--- a/pkgs/tools/text/difftastic/default.nix
+++ b/pkgs/tools/text/difftastic/default.nix
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "difftastic";
- version = "0.43.0";
+ version = "0.43.1";
src = fetchFromGitHub {
owner = "wilfred";
repo = pname;
rev = version;
- sha256 = "sha256-YL2rKsP5FSoG1gIyxQtt9kovBAyu8Flko5RxXRQy5mQ=";
+ sha256 = "sha256-UI63OJukot+MH+51h/yLnimJAcy8OFan9sUbuZaJZXc=";
};
depsExtraArgs = {
@@ -39,13 +39,7 @@ rustPlatform.buildRustPackage rec {
popd
'';
};
- cargoSha256 = "sha256-SUNBnJP8B/HvlozcCbehL1A2/WudYE20DIPc7/fYF/k=";
-
- checkFlags = [
- # test is broken
- # https://github.com/Wilfred/difftastic/issues/479
- "--skip=files::tests::test_gzip_is_binary"
- ];
+ cargoSha256 = "sha256-IfwZ800PGbmzxQ0e6okieKR7A8jgt+II2j8FRDkiXfw=";
passthru.tests.version = testers.testVersion { package = difftastic; };