Skip to content

Commit

Permalink
cargo-make: 0.35.10 -> 0.35.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and happysalada committed Apr 27, 2022
1 parent 9d23b4c commit c425aa4
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.35.10";
version = "0.35.11";

src = fetchCrate {
inherit pname version;
sha256 = "sha256-l34sThvzhAW8VfxVuv+UGVil7yOvsOiWSqr/N91V8C8=";
sha256 = "sha256-NzhEXt0z+0/6F3pgGmQwjnexBA2icWV3dCifZ8BxnOQ=";
};

nativeBuildInputs = [ pkg-config ];

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

cargoSha256 = "sha256-974Gqtv+g32iHrIqIzqwBsE8frzmjF0Ma/hSMGzMaGs=";
cargoSha256 = "sha256-+FGl0JhaRu+KLQJGAcMXv9vP6pmRzdTDtNA3h6A1jcY=";

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

0 comments on commit c425aa4

Please sign in to comment.