summary refs log tree commit diff
path: root/pkgs/tools/misc/broot
Commit message (Collapse)AuthorAge
...
* broot: 0.13.1 -> 0.13.2R. RyanTM2020-03-05
|
* rust: update docs on legacyCargoFetcher; remove unnecessary defaultsBenjamin Hipple2020-02-15
| | | | | As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified is now `false`.
* fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dirBenjamin Hipple2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | This has several advantages: 1. It takes up less space on disk in-between builds in the nix store. 2. It uses less space in the binary cache for vendor derivation packages. 3. It uses less network traffic downloading from the binary cache. 4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only substitute --flat hashes on single files (not recursive directory hashes). 5. It's consistent with how simple `fetchurl` src derivations work. 6. It provides a stronger abstraction between input src-package and output package, e.g., it's harder to accidentally depend on the src derivation at runtime by referencing something like `${src}/etc/index.html`. Likewise, in the store it's harder to get confused with something that is just there as a build-time dependency vs. a runtime dependency, since the build-time src dependencies are tarred up. Disadvantages are: 1. It takes slightly longer to untar at the start of a build. As currently implemented, this attaches the compacted vendor.tar.gz feature as a rider on `verifyCargoDeps`, since both of them are relatively newly implemented behavior that change the `cargoSha256`. If this PR is accepted, I will push forward the remaining rust packages with a series of treewide PRs to update the `cargoSha256`s.
* broot: 0.12.2 -> 0.13.1 (#79565)Mario Rodas2020-02-09
| | | | | Changelog: - https://github.com/Canop/broot/releases/tag/v0.13.0 - https://github.com/Canop/broot/releases/tag/v0.13.1
* broot: 0.12.0 -> 0.12.2Mario Rodas2020-01-31
|
* broot: 0.11.9 -> 0.12.0Mario Rodas2020-01-23
|
* broot: 0.11.8 -> 0.11.9, verifyCargoDepsWill Dietz2020-01-16
| | | | https://github.com/Canop/broot/releases/tag/v0.11.9
* broot: 0.10.2 -> 0.11.8Evan Stoll2020-01-12
|
* broot: install newly-added shell completionsEvan Stoll2020-01-12
| | | | - add installShellFiles dependency
* broot: fix hardlinks during postPatch phaseEvan Stoll2020-01-12
| | | - add coreutils dependency
* broot: 0.9.4 -> 0.10.2Will Dietz2019-11-16
| | | | | | | | https://github.com/Canop/broot/releases/tag/v0.9.5 https://github.com/Canop/broot/releases/tag/v0.9.6 https://github.com/Canop/broot/releases/tag/v0.10.0 https://github.com/Canop/broot/releases/tag/v0.10.1 https://github.com/Canop/broot/releases/tag/v0.10.2
* broot: 0.9.0 -> 0.9.4Vladyslav M2019-09-14
|
* broot: 0.8.0 -> 0.9.0Vladyslav M2019-07-19
|
* broot: 0.7.5 -> 0.8.0Will Dietz2019-06-09
|
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* broot: 0.7.4 -> 0.7.5Will Dietz2019-04-05
|
* broot: 0.7.2 -> 0.7.4Vladyslav M2019-03-26
|
* broot: 0.7.1 -> 0.7.2dywedir2019-03-15
|
* broot: 0.7.0 -> 0.7.1Will Dietz2019-03-09
|
* broot: 0.6.3 -> 0.7.0Will Dietz2019-03-07
|
* broot: 0.6.0 -> 0.6.3Will Dietz2019-02-28
|
* broot: init at 0.6.0Bart Brouns2019-02-14