Skip to content

Commit

Permalink
Merge pull request NixOS#111730 from r-ryantm/auto-update/cargo-make
Browse files Browse the repository at this point in the history
cargo-make: 0.32.11 -> 0.32.12
  • Loading branch information
Ma27 authored Feb 4, 2021
2 parents 70d71ec + 0b972de commit a959597
Showing 1 changed file with 3 additions and 3 deletions.
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 @@ -4,19 +4,19 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-make";
version = "0.32.11";
version = "0.32.12";

src = fetchCrate {
inherit pname version;
sha256 = "sha256-A61CZwJiXrsrBqTU15fAR1PTEbDsrgN3gwaIPPjQi2M=";
sha256 = "sha256-AaoLT5M1ut2Hlgw91On8AHRN/rrufbAp4I7bcCeG3cA=";
};

nativeBuildInputs = [ pkg-config ];

buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];

cargoSha256 = "sha256-GvizO979sVuEogIJHzjsHD8SWNCf2XgCSRTIESRUe7A=";
cargoSha256 = "sha256-r64Y8TxYmzxuZOTncHUYm+KmKlbK+KnHCHyNups5kRw=";

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

0 comments on commit a959597

Please sign in to comment.