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

cargo-hack: 0.6.16 -> 0.6.17
This commit is contained in:
Nick Cao 2024-02-04 09:59:38 -05:00 committed by GitHub
commit 51195ddbc4
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.16";
version = "0.6.17";
src = fetchCrate {
inherit pname version;
hash = "sha256-DbZ/8tnVD9jXN9Ek7LJRF1GFy/gphexNKG7FcZeqtoE=";
hash = "sha256-suZkrbxhKFFGfRJDRw6MEc135Xk5Ace3MpKgN7lRnmc=";
};
cargoHash = "sha256-j7ZHq3M2JgQV72GRKOIlp+jsoc/ikYHmNLOnrZ2yA8I=";
cargoHash = "sha256-9SQ45f5X3fQeYmemES4t6d4M+2/LEBkgQDYgjuy1J5I=";
# some necessary files are absent in the crate version
doCheck = false;