cargo-hack: 0.6.8 -> 0.6.11

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

Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.6.11/CHANGELOG.md
This commit is contained in:
figsoda
2023-10-18 09:59:15 -04:00
parent d26b6de226
commit 8a8aa74fee
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.6.8";
version = "0.6.11";
src = fetchCrate {
inherit pname version;
hash = "sha256-ZFFrluvnm5kCOyIe4c+gT2N4W7aeg1Cv1666by92BJo=";
hash = "sha256-lgrbqNK6CdrVo2u05CfVev+ZYa1BbhB4QVCGSMxAvO8=";
};
cargoHash = "sha256-Nbs2pE9WqwsTJLV3nUAWVVz6gwcmhyk9hv/uaOoAkIQ=";
cargoHash = "sha256-3tM84DHGEablj7B0SdX9LdjYh1tq5t5ORjkbp/iqUqg=";
# some necessary files are absent in the crate version
doCheck = false;