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

difftastic: 0.35.0 -> 0.36.0

authored by Mario Rodas and committed by GitHub 4c04f060 6d820d71

+3 -3
+3 -3
pkgs/tools/text/difftastic/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "difftastic"; 12 - version = "0.35.0"; 12 + version = "0.36.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "wilfred"; 16 16 repo = pname; 17 17 rev = version; 18 - sha256 = "sha256-gf8Q/x9JXQcYEPa7fHoxwEvLFjpXVraY5aEcA89xJsc="; 18 + sha256 = "sha256-/meB9+sssPZssqPsUe1YtAxZywu5OJAyO5NArmdwEP4="; 19 19 }; 20 20 21 21 depsExtraArgs = { ··· 40 40 popd 41 41 ''; 42 42 }; 43 - cargoSha256 = "sha256-CUbiEqFNEQCe9CKhpa8m8+/XVOOTv1ltmx0sXssx+e8="; 43 + cargoSha256 = "sha256-fVNznLuvNvdtQ+B/E+/KwfCX7hVC9kQj6tI+uvuBvco="; 44 44 45 45 passthru.tests.version = testers.testVersion { package = difftastic; }; 46 46