Merge pull request #293941 from r-ryantm/auto-update/cargo-hack

cargo-hack: 0.6.20 -> 0.6.21
This commit is contained in:
Nick Cao
2024-03-07 09:55:12 -05:00
committed by GitHub
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.6.20";
version = "0.6.21";
src = fetchCrate {
inherit pname version;
hash = "sha256-hkw7I9JFTRspYzXtKbpbOVN9sPzUxrRiTL2WjJukY/c=";
hash = "sha256-5vWrnujojleGUS7Ays8YX1TncK61+XHEJFqRhfxF3Ow=";
};
cargoHash = "sha256-DKqcwzAyR0drodDVlccXRSRjjAapJ6nP4aS0CtKtGX4=";
cargoHash = "sha256-yzunrPAo6/kgEomu5AHk/AB8EFqs96Jal1KHODSlyWc=";
# some necessary files are absent in the crate version
doCheck = false;