cargo-hack: 0.6.7 -> 0.6.8

Diff: https://diff.rs/cargo-hack/0.6.7/0.6.8

Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.6.8/CHANGELOG.md
This commit is contained in:
figsoda 2023-09-15 13:49:16 -04:00
parent 1f832ad576
commit 6771fc78e3

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.6.7";
version = "0.6.8";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-uS0QDRSitwCGlo36OvtpjJ6ejKetjYEAuNEZpGiplQs=";
hash = "sha256-ZFFrluvnm5kCOyIe4c+gT2N4W7aeg1Cv1666by92BJo=";
};
cargoSha256 = "sha256-Tro0Yp91P9CB/Md6MqbZGkw03QKUe8gh80357mWKMMY=";
cargoHash = "sha256-Nbs2pE9WqwsTJLV3nUAWVVz6gwcmhyk9hv/uaOoAkIQ=";
# some necessary files are absent in the crate version
doCheck = false;