Commit graph

14 commits

Author SHA1 Message Date
Jonathan Ringer d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Michael Weiss fe29880472
cargo-c,rav1e: Remove myself as maintainer
I'm not using rav1e anymore and we're now using svt-av1 for ffmpeg-full.
2021-05-16 19:49:44 +02:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Michael Weiss 0e811d7fba
cargo-c: 0.7.3 -> 0.8.0 2021-04-02 20:47:53 +02:00
Michael Weiss a1aec6be0b
cargo-c: 0.7.2 -> 0.7.3 2021-02-18 19:06:36 +01:00
Michael Weiss 2c0b72cae5
cargo-c: 0.7.1 -> 0.7.2 2021-01-29 18:12:47 +01:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Michael Weiss 5d9a3e2e5a
cargo-c: 0.7.0 -> 0.7.1 2021-01-17 12:59:26 +01:00
Michael Weiss 4454fecc85
cargo-c: 0.6.18 -> 0.7.0 2020-12-21 15:13:35 +01:00
Michael Weiss c8d1e5d3d3
cargo-c: 0.6.15 -> 0.6.18 2020-11-23 19:31:02 +01:00
Michael Weiss bda9a7a431
cargo-c: 0.6.13 -> 0.6.15 2020-10-15 20:13:23 +02:00
Michael Weiss 3ea949714d cargo-c: 0.6.7 -> 0.6.13 2020-09-10 12:27:20 +02:00
zowoq 36e0fa9385
cargo-c: fix darwin build (#95575) 2020-08-16 20:29:02 +02:00
Michael Weiss 2608e52664
cargo-c: init at 0.6.7
This crate is required for building the C-API for rav1e [0] but is also
used by other projects [1].

[0]: https://github.com/xiph/rav1e#building-the-c-api
[1]: https://github.com/lu-zero/cargo-c/#users
2020-06-18 18:49:27 +02:00