Merge pull request #255330 from figsoda/hack

cargo-hack: 0.6.7 -> 0.6.8
This commit is contained in:
Nick Cao 2023-09-15 16:04:48 -04:00 committed by GitHub
commit 0783313689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;