Commit Graph

5 Commits

Author SHA1 Message Date
R. RyanTM
9598d61c1f crate2nix: 0.9.0 -> 0.10.0 2021-07-03 08:57:16 -07: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
Daniël de Kok
28781f9097 crate2nix: use sourceRoot, so that src is a proper derivation
Makes it possible to get the top-level source path as `crate2nix.src`
for e.g. using `tools.nix` for IFD.
2021-03-25 08:32:05 +01:00
Johannes Rosenberger
220e13292a crate2nix: 0.8.0 -> 0.9.0 2021-03-01 13:02:17 +01:00
Cole Helbling
011ecb8f90
crate2nix: init at 0.8.0
crate2nix is a tool that "generates nix build files for rust crates
using cargo".

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-17 08:13:04 -08:00