Skip to content

Commit

Permalink
cargo-make: 0.30.6 -> 0.30.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed May 7, 2020
1 parent 3cb7a1c commit f6b2ba4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 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.6";
version = "0.30.7";

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

cargoSha256 = "002nqa35m0b45vv1rxxiq3w6y1a8h5zp47dc0v6rkl6ihm1wmdfc";
cargoSha256 = "1l85g61gf7csx75p5psggdqcwzhx9shgwhy0nchyrxb3ssrxnmbr";

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

0 comments on commit f6b2ba4

Please sign in to comment.