Skip to content

Commit

Permalink
cargo-make: 0.30.8 -> 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 7, 2020
1 parent 7a7fcac commit f8463ef
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 55 deletions.
124 changes: 72 additions & 52 deletions pkgs/development/tools/rust/cargo-make/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-make/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-make";
version = "0.30.8";
version = "0.31.0";

src =
let
source = fetchFromGitHub {
owner = "sagiegurari";
repo = pname;
rev = version;
sha256 = "0sx1kvrk2df5v9f35cd6201b3m8d6ynppmikqm00g55db9r4vfl2";
sha256 = "0svb3avmmkgwsv1dvzgzixp5fvcl93hn8xb3zx729jq8a47l2vsi";
};
in
runCommand "source" {} ''
Expand All @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];

cargoSha256 = "1xrkw8w43bpl3jxrzzy67kbqzwfy16pmq5bjvrmchnb26zyn8kny";
cargoSha256 = "1n97j008rqzb96kh53r3fpvjlxy5m89fac5fvf2ka4nf68z5w0y5";

# Some tests fail because they need network access.
# However, Travis ensures a proper build.
Expand Down

0 comments on commit f8463ef

Please sign in to comment.