lol

Merge pull request #180586 from r-ryantm/auto-update/difftastic

difftastic: 0.29.1 -> 0.30.0

authored by

Mario Rodas and committed by
GitHub
32c03367 d603763b

+3 -3
+3 -3
pkgs/tools/text/difftastic/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "difftastic"; 12 - version = "0.29.1"; 12 + version = "0.30.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "wilfred"; 16 16 repo = pname; 17 17 rev = version; 18 - sha256 = "sha256-eOW+cNIE/H4VtwqbWLGSmS/UAbKMoHFBFcUaLpcPHfw="; 18 + sha256 = "sha256-7uVrE+HDEtZsbXI/PSZOAIbAs3spSkcm+1RGrcFxKLM="; 19 19 }; 20 20 21 21 depsExtraArgs = { ··· 40 40 popd 41 41 ''; 42 42 }; 43 - cargoSha256 = "sha256-/z+jimIDNej1vottvqmG3exd5BpOBUfmx1qaILhLKJU="; 43 + cargoSha256 = "sha256-SQSshOJ3+z+jHXSjWv31tsGivE4ESMHW1h58vuacQ3U="; 44 44 45 45 passthru.tests.version = testers.testVersion { package = difftastic; }; 46 46