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

cargo-hack: 0.6.28 -> 0.6.29
This commit is contained in:
Nick Cao 2024-07-13 11:17:57 -04:00 committed by GitHub
commit 794f6b3b9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.6.28";
version = "0.6.29";
src = fetchCrate {
inherit pname version;
hash = "sha256-RpMOtgLp9cvXr8lNqGmLvCSbBt7tt7au8hhDCaSERRo=";
hash = "sha256-9UV+oU+jiv3vpmo2u0DQl9ExjoCEftbqZgjiy8APHro=";
};
cargoHash = "sha256-KpG+T1rI14BgvWvRqiZ5y/n9+J1YRj4+j556zaY7aUA=";
cargoHash = "sha256-JzkbuPOwisxDk67bBLlTJ/NZkgm7ttCSeamT3/ZZWeA=";
# some necessary files are absent in the crate version
doCheck = false;