cargo-hack: 0.5.27 -> 0.5.28

Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.5.28/CHANGELOG.md
This commit is contained in:
figsoda 2023-02-28 11:56:26 -05:00
parent 5f5f8be324
commit 45ee5cbf63

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.5.27";
version = "0.5.28";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-oiCZiwJr1BqMCWCNUOTQT3XPX0QZRr0wLewf8OU6lHA=";
sha256 = "sha256-434imb66AINKeW50ITc4RRYO9v7sH3fs1DEwSBc3mys=";
};
cargoSha256 = "sha256-g5O51V4BPNqzsQo1prLIpamqwcOy+SJat2Rb5UDHRLc=";
cargoSha256 = "sha256-oDrpQskQV5hG9Ksp0TJcXjm/J9q/K831mOzxH+CXjfg=";
# some necessary files are absent in the crate version
doCheck = false;