cargo-hack: 0.6.20 -> 0.6.21

This commit is contained in:
R. Ryantm 2024-03-07 02:42:56 +00:00
parent f32e786e98
commit 99b216d563

View File

@ -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;