aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/rage (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rage: fix macOS build (#106051)Marin2020-12-061-2/+6
| | | | | | | | | | | | | | Without the explicit Foundation dep, linker fails with this message: ``` = note: ld: framework not found Foundation clang-7: error: linker command failed with exit code 1 (use -v to see invocation) error: aborting due to previous error error: could not compile `i18n-embed-fl` ``` Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* rage: 0.4.0 -> 0.5.0Ryan Mulligan2020-11-221-7/+7
| | | | | | | * Upgrades to latest version * Moves darwin security access into derivation, simplifying all-packages.nix * Add RyanTM as maintainer
* rage: install manpages and completionsMario Rodas2020-06-151-1/+13
|
* rage: 0.3.0 -> 0.4.0Mario Rodas2020-03-241-3/+3
| | | | Changelog: https://github.com/str4d/rage/releases/tag/v0.4.0
* rage: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-271-4/+1
| | | | Infra upgrade as part of #79975; no functional change expected.
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-131-0/+3
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* rage: 0.2.0 -> 0.3.0Mario Rodas2020-02-091-3/+4
| | | | Changelog: https://github.com/str4d/rage/releases/tag/v0.3.0
* rage: init at 0.2.0Mario Rodas2020-01-181-0/+24