Skip to content

Commit

Permalink
cargo-make: 0.36.0 -> 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 28, 2022
1 parent bc71a15 commit 2ca1450
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 @@ -13,19 +13,19 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-make";
version = "0.36.0";
version = "0.36.1";

src = fetchCrate {
inherit pname version;
sha256 = "sha256-Kh6llGiSzzrd4V2wBRe7FW1cq1JaMv+A0VUy8FLi5J0=";
sha256 = "sha256-kezwewPdHGcATPaU7wvbunVQ9a2Orf5CuVCue8Ux84I=";
};

nativeBuildInputs = [ pkg-config ];

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

cargoSha256 = "sha256-FKmr590pwscWxQZYakkc6zFVLO2nGK9OMDhLiZxnELs=";
cargoSha256 = "sha256-ZGNR2xAGsdv4lNnGckB/n5mhzetz6Gn3z2TpAvnvsjU=";

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

0 comments on commit 2ca1450

Please sign in to comment.