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

cargo-hack: 0.6.22 -> 0.6.27

authored by Mario Rodas and committed by GitHub 66d11c98 320b9a4f

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-hack/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-hack"; 5 - version = "0.6.22"; 5 + version = "0.6.27"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - hash = "sha256-TlTm4pQrviKHusBBYLbpIX1dGcS4dSs1G/TfZT32CvY="; 9 + hash = "sha256-TaXVHTUof/T+p0Zxpdf552uVqCr7jzQtNGKLKq7asqI="; 10 10 }; 11 11 12 - cargoHash = "sha256-OFzeD15m6Ie2GrRlItsqDO3QGTBWkcsvSkanbzPdne4="; 12 + cargoHash = "sha256-qhD6PLvvfLkVr9rOB90Kw4/jDOw06h7TUe1YCjGad1g="; 13 13 14 14 # some necessary files are absent in the crate version 15 15 doCheck = false;