Maximilian Bosch 4 years ago
parent 70fe2c9e2f
commit 2c7299fc1c
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 2
      pkgs/development/tools/rust/cargo-make/Cargo.lock
  2. 6
      pkgs/development/tools/rust/cargo-make/default.nix

@ -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)",

@ -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.

Loading…
Cancel
Save