cargo-make: 0.29.0 -> 0.30.0

https://github.com/sagiegurari/cargo-make/releases/tag/0.30.0
This commit is contained in:
Maximilian Bosch 2020-03-23 18:27:50 +01:00
parent 70fe2c9e2f
commit 2c7299fc1c
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 4 additions and 4 deletions

View file

@ -104,7 +104,7 @@ dependencies = [
[[package]]
name = "cargo-make"
version = "0.29.0"
version = "0.30.0"
dependencies = [
"ci_info 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-make";
version = "0.29.0";
version = "0.30.0";
src =
let
@ -10,7 +10,7 @@ rustPlatform.buildRustPackage rec {
owner = "sagiegurari";
repo = pname;
rev = version;
sha256 = "0sxwc61iaqln37m45a3sy1c92ri4zad8g5h5fgk5plj0qlps80np";
sha256 = "0zlj2jys97nphymxrzdjmnh9vv7rsq3fgidap96mh26q9af7ffbz";
};
in
runCommand "source" {} ''
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
cargoSha256 = "1w7nw3amb5by60a8aqvwka4aify8k3csjqys7arzksy98jyn6b4j";
cargoSha256 = "1pjdpnilbxn7vzxl15j5d3k07a80y1mr5cdmj96miyq89j5mmjq0";
# Some tests fail because they need network access.
# However, Travis ensures a proper build.