Merge pull request #180586 from r-ryantm/auto-update/difftastic
difftastic: 0.29.1 -> 0.30.0
This commit is contained in:
commit
32c03367eb
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "difftastic";
|
pname = "difftastic";
|
||||||
version = "0.29.1";
|
version = "0.30.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wilfred";
|
owner = "wilfred";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-eOW+cNIE/H4VtwqbWLGSmS/UAbKMoHFBFcUaLpcPHfw=";
|
sha256 = "sha256-7uVrE+HDEtZsbXI/PSZOAIbAs3spSkcm+1RGrcFxKLM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsExtraArgs = {
|
depsExtraArgs = {
|
||||||
|
@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
popd
|
popd
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
cargoSha256 = "sha256-/z+jimIDNej1vottvqmG3exd5BpOBUfmx1qaILhLKJU=";
|
cargoSha256 = "sha256-SQSshOJ3+z+jHXSjWv31tsGivE4ESMHW1h58vuacQ3U=";
|
||||||
|
|
||||||
passthru.tests.version = testers.testVersion { package = difftastic; };
|
passthru.tests.version = testers.testVersion { package = difftastic; };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue