about summary refs log tree commit diff
path: root/pkgs/tools/misc/fselect
AgeCommit message (Collapse)AuthorFilesLines
2022-05-26fselect: 0.8.0 -> 0.8.1R. Ryantm1-3/+3
2022-02-22fselect: 0.7.9 -> 0.8.0R. Ryantm1-3/+3
2021-12-30fselect: 0.7.8 -> 0.7.9R. Ryantm1-3/+3
2021-12-06fselect: 0.7.7 -> 0.7.8R. Ryantm1-3/+3
2021-10-29fselect: 0.7.6 -> 0.7.7R. Ryantm1-3/+3
2021-06-18fselect: 0.7.5 -> 0.7.6R. RyanTM1-3/+3
2021-05-09fselect: 0.7.4 -> 0.7.5R. RyanTM1-3/+3
2021-04-13fselect: update cargoSha256midchildan1-1/+1
2021-04-04fselect: 0.7.3 -> 0.7.4R. RyanTM1-3/+3
2021-03-11fselect: fix darwin buildmidchildan1-1/+2
2021-03-02fselect: 0.7.2 -> 0.7.3R. RyanTM1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-21fselect: 0.7.1 -> 0.7.2R. RyanTM1-3/+3
2020-11-17maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko1-1/+1
2020-10-18fselect: 0.6.10 -> 0.7.1R. RyanTM1-3/+3
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-05-01fselect: 0.6.9 -> 0.6.10Oleksii Filonenko1-3/+3
2020-03-12fselect: install manpageMario Rodas1-1/+7
2020-03-10fselect: 0.6.8 -> 0.6.9R. RyanTM1-3/+3
2020-02-27fselect: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
Infra upgrade as part of #79975; no functional change expected.
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-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.
2020-01-07fselect: 0.6.7 -> 0.6.8Oleksii Filonenko1-4/+4
2019-11-11fselect: init at 0.6.7 (#73206)Oleksii Filonenko1-0/+23
* fselect: init at 0.6.7 * Fix cargoSha256 Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>