Merge pull request #193040 from figsoda/update-cargo-hack

cargo-hack: 0.5.20 -> 0.5.21

authored by

figsoda and committed by
GitHub
07e76e29 45992e9f

+4 -4
+4 -4
pkgs/development/tools/rust/cargo-hack/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-hack"; 5 - version = "0.5.20"; 5 + version = "0.5.21"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-V6ENO9KzZXkBF19stySSTLXSWnZym6FXaWjAEHuluQs="; 9 + sha256 = "sha256-E0YhpfFT1JQzXWK3cQfieZ8TVg+BRGwHL6cTwOrNVSQ="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-5kIzTO02zurjoU6H+iDif9UV3KY0tPFvvZlg6sNRJwg="; 12 + cargoSha256 = "sha256-AfILqelDRJuVVEoOT2FLKHq4QVEZXbwPSM0s4fpP00A="; 13 13 14 14 # some necessary files are absent in the crate version 15 15 doCheck = false; 16 16 17 17 meta = with lib; { 18 18 description = "Cargo subcommand to provide various options useful for testing and continuous integration"; 19 - changelog = "https://github.com/taiki-e/cargo-hack/blob/v${version}/CHANGELOG.md"; 20 19 homepage = "https://github.com/taiki-e/cargo-hack"; 20 + changelog = "https://github.com/taiki-e/cargo-hack/blob/v${version}/CHANGELOG.md"; 21 21 license = with licenses; [ asl20 /* or */ mit ]; 22 22 maintainers = with maintainers; [ figsoda ]; 23 23 };