cargo-hack: 0.6.2 -> 0.6.3

Diff: https://diff.rs/cargo-hack/0.6.2/0.6.3

Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.6.3/CHANGELOG.md
This commit is contained in:
figsoda 2023-08-28 16:48:27 -04:00
parent efed6046cf
commit 5e96304671

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.6.2";
version = "0.6.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-EGT2Gi5QXnMIRBNHBv/LpYGmyzZThC7fHX0epyNlTaM=";
sha256 = "sha256-KfY2ZZ6+wTKWT+kM+pDVVhCWhhyEZZmbTC6iFstl/e8=";
};
cargoSha256 = "sha256-hoIpc4KJBRoAE7q+HiovwhpYT2lH4UPuwy4pbBGNCag=";
cargoSha256 = "sha256-hpD/Wb+17TeU8nLGC/fxX+9Na6ve6Ov6VEy11vQA+kY=";
# some necessary files are absent in the crate version
doCheck = false;