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

cargo-hack: 0.6.18 -> 0.6.19
This commit is contained in:
Nick Cao 2024-02-17 10:15:06 -05:00 committed by GitHub
commit bfc2b719ed
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.18";
version = "0.6.19";
src = fetchCrate {
inherit pname version;
hash = "sha256-SHLYS7XRzOC6sTUjaJI5S+a230sV69a9m7cTW5gQkXQ=";
hash = "sha256-dsuf3+GYsIL6B64Belj6SF9NLsZCd62VkpcDUrnr14U=";
};
cargoHash = "sha256-vqgrffgMQWzmjIjGswObLPc63hjqXTOwJ3YrA/KyCck=";
cargoHash = "sha256-FGZ1Gc7LT1wee2vHMCIo2xvKvz8oj0R6oINAl/y7mKA=";
# some necessary files are absent in the crate version
doCheck = false;