about summary refs log tree commit diff
path: root/pkgs/applications/networking/wg-bond
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: add mainProgramh7x41-0/+1
2021-05-08treewide: fix cargoSha256/cargoHashDaniƫl de Kok1-1/+1
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-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+1
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-08-08wg-bond: init at 0.2.0Vladimir Serov1-0/+30
Co-authored-by: Benjamin Hipple <bhipple@protonmail.com>