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

cargo-hack: 0.6.27 -> 0.6.28
This commit is contained in:
Nick Cao 2024-04-18 10:24:25 -04:00 committed by GitHub
commit 8635a1a470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.6.27";
version = "0.6.28";
src = fetchCrate {
inherit pname version;
hash = "sha256-TaXVHTUof/T+p0Zxpdf552uVqCr7jzQtNGKLKq7asqI=";
hash = "sha256-RpMOtgLp9cvXr8lNqGmLvCSbBt7tt7au8hhDCaSERRo=";
};
cargoHash = "sha256-qhD6PLvvfLkVr9rOB90Kw4/jDOw06h7TUe1YCjGad1g=";
cargoHash = "sha256-KpG+T1rI14BgvWvRqiZ5y/n9+J1YRj4+j556zaY7aUA=";
# some necessary files are absent in the crate version
doCheck = false;