cargo-hack: 0.6.4 -> 0.6.5

Diff: https://diff.rs/cargo-hack/0.6.4/0.6.5

Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.6.5/CHANGELOG.md
This commit is contained in:
figsoda 2023-09-04 09:33:43 -04:00
parent a2ddd389de
commit f69a37cdb4

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.6.4";
version = "0.6.5";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-kb4ftO4nhQ+MykK18O5aoexuBoN+u0xobUvIEge00jU=";
sha256 = "sha256-loGQTCi6lTNB/jn47fvWTqKr01p4xRqyq+Y02a/UwSc=";
};
cargoSha256 = "sha256-+Am9w3iU2kSAIx+1tK3kpoa+oJvLQ6Ew7LeP6njYEQw=";
cargoSha256 = "sha256-gk/0aTMlUWYKfJJ9CfTvYLTZ6/ShIRuhpywhuwFHD5E=";
# some necessary files are absent in the crate version
doCheck = false;