about summary refs log tree commit diff
path: root/pkgs/tools/system/bottom/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-08-20bottom: add desktop filecolbs2551-0/+2
2024-08-07bottom: 0.9.7 -> 0.10.2R. Ryantm1-3/+3
2024-07-26bottom: 0.9.6 -> 0.9.7R. Ryantm1-3/+3
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2023-09-18treewide: add version tests (#255781)Austin Horstman1-0/+6
2023-08-26bottom: 0.9.5 -> 0.9.6figsoda1-3/+3
Diff: https://github.com/ClementTsang/bottom/compare/0.9.5...0.9.6 Changelog: https://github.com/ClementTsang/bottom/blob/0.9.6/CHANGELOG.md
2023-08-26bottom: 0.9.4 -> 0.9.5figsoda1-3/+3
Diff: https://github.com/ClementTsang/bottom/compare/0.9.4...0.9.5 Changelog: https://github.com/ClementTsang/bottom/blob/0.9.5/CHANGELOG.md
2023-08-05bottom: 0.9.3 -> 0.9.4figsoda1-3/+3
Diff: https://github.com/ClementTsang/bottom/compare/0.9.3...0.9.4 Changelog: https://github.com/ClementTsang/bottom/blob/0.9.4/CHANGELOG.md
2023-06-25bottom: 0.9.2 -> 0.9.3figsoda1-3/+3
Diff: https://github.com/ClementTsang/bottom/compare/0.9.2...0.9.3 Changelog: https://github.com/ClementTsang/bottom/blob/0.9.3/CHANGELOG.md
2023-06-11bottom: 0.9.1 -> 0.9.2figsoda1-3/+3
Diff: https://github.com/ClementTsang/bottom/compare/0.9.1...0.9.2 Changelog: https://github.com/ClementTsang/bottom/blob/0.9.2/CHANGELOG.md
2023-05-14bottom: 0.9.0 -> 0.9.1figsoda1-3/+3
Diff: https://github.com/ClementTsang/bottom/compare/0.9.0...0.9.1 Changelog: https://github.com/ClementTsang/bottom/blob/0.9.1/CHANGELOG.md
2023-05-10bottom: 0.8.0 -> 0.9.0figsoda1-4/+4
Diff: https://github.com/ClementTsang/bottom/compare/0.8.0...0.9.0 Changelog: https://github.com/ClementTsang/bottom/blob/0.9.0/CHANGELOG.md
2023-01-22bottom: 0.7.1 -> 0.8.0figsoda1-3/+3
Diff: https://github.com/ClementTsang/bottom/compare/0.7.1...0.8.0 Changelog: https://github.com/ClementTsang/bottom/blob/0.8.0/CHANGELOG.md
2023-01-06bottom: 0.7.0 -> 0.7.1, add figsoda as a maintainerfigsoda1-20/+15
Diff: https://github.com/ClementTsang/bottom/compare/0.7.0...0.7.1 Changelog: https://github.com/ClementTsang/bottom/blob/0.7.1/CHANGELOG.md
2023-01-06bottom: 0.6.8 -> 0.7.0R. Ryantm1-3/+3
2022-02-03bottom: 0.6.6 -> 0.6.8Nicolas Berbiche1-3/+3
2021-12-24bottom: 0.6.4 -> 0.6.6R. Ryantm1-3/+3
2021-09-13bottom: 0.6.3 -> 0.6.4Nicolas Berbiche1-3/+3
2021-07-19bottom: 0.6.2 -> 0.6.3Nicolas Berbiche1-3/+3
2021-06-26bottom: 0.6.1 -> 0.6.2Nicolas Berbiche1-3/+3
2021-05-11bottom: 0.6.0 -> 0.6.1Nicolas Berbiche1-3/+3
2021-05-12bottom: add missing dependencies when on darwinfortuneteller2k1-2/+16
2021-05-09bottom: 0.5.7 -> 0.6.0Nicolas Berbiche1-3/+3
2021-05-09bottom: add meta.mainProgramNicolas Berbiche1-0/+1
2021-01-30bottom: 0.5.6 -> 0.5.7Nicolas Berbiche1-3/+3
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-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-12-20bottom: fix build on aarch64Milan Pässler1-0/+4
2020-12-20bottom: 0.5.4 -> 0.5.6Nicolas Berbiche1-3/+3
2020-12-11bottom: 0.5.3 -> 0.5.4R. RyanTM1-3/+3
2020-11-27bottom: install completionsMario Rodas1-2/+7
2020-11-26bottom: 0.5.1 -> 0.5.3Nicolas Berbiche1-3/+3
2020-11-23bottom: 0.4.7 -> 0.5.1Bart Brouns1-3/+3
2020-09-30bottom: init at 0.4.7Nicolas Berbiche1-0/+28
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>