3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #118480 from r-ryantm/auto-update/cargo-make

cargo-make: 0.32.15 -> 0.32.16
This commit is contained in:
Pascal Bach 2021-04-04 22:44:23 +02:00 committed by GitHub
commit 48fa79f2ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-make";
version = "0.32.15";
version = "0.32.16";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-BvZe2+PwradByyDeqhs3u42tbLrR5UMyUhJVSlX/U+w=";
sha256 = "sha256-FrrQcZHy5WjNYCod2TBWVAj4clNWPLWLIR2/Kvkz4q0=";
};
nativeBuildInputs = [ pkg-config ];
@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
cargoSha256 = "sha256-eA1cyffQAmSN3jQo5k8H6eYrS23qUxsiAqWzwrYmh3o=";
cargoSha256 = "sha256-QEHl/Hhug0Ua/SZV0iq1jc6QGGxA1NwheEgGBZRYunI=";
# Some tests fail because they need network access.
# However, Travis ensures a proper build.