cargo-hack: 0.5.26 -> 0.5.27

Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.5.27/CHANGELOG.md
This commit is contained in:
figsoda 2023-01-24 22:02:59 -05:00
parent b3c86fff5b
commit 61202db804

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-hack";
version = "0.5.26";
version = "0.5.27";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-ZVR3bycEWpOV4T/85OsERNjKooz2rwBF5kMSEfHnmEI=";
sha256 = "sha256-oiCZiwJr1BqMCWCNUOTQT3XPX0QZRr0wLewf8OU6lHA=";
};
cargoSha256 = "sha256-4TChr6dKxUerpuaX63WShrWyXTLH4m85P6E30a5rmH8=";
cargoSha256 = "sha256-g5O51V4BPNqzsQo1prLIpamqwcOy+SJat2Rb5UDHRLc=";
# some necessary files are absent in the crate version
doCheck = false;