Merge pull request #142288 from figsoda/difftastic

difftastic: 0.10.1 -> 0.11.0

authored by

figsoda and committed by
GitHub
9d9895d8 699ba0c8

+3 -3
+3 -3
pkgs/tools/text/difftastic/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "difftastic"; 5 - version = "0.10.1"; 6 7 src = fetchFromGitHub { 8 owner = "wilfred"; 9 repo = pname; 10 rev = version; 11 - sha256 = "12fcfwx56phs64yl94al2hkvss1km4n9wbrn2md7wfh1137jykbg"; 12 }; 13 14 - cargoSha256 = "0xnlnkdvsd2l7acdrkz918cjkk36k01rvvm0c8hnpx5327v6nsa8"; 15 16 postPatch = '' 17 pushd vendor
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "difftastic"; 5 + version = "0.11.0"; 6 7 src = fetchFromGitHub { 8 owner = "wilfred"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-Arg1n5WFCNGHZay56BvLrPDAvvUKVurVNEKgTzHgIzI="; 12 }; 13 14 + cargoSha256 = "sha256-ArIyIAxVgGmI+MdkVBo0xihDdw3RlRiPLJOhPcC1KLw="; 15 16 postPatch = '' 17 pushd vendor