about summary refs log tree commit diff
path: root/pkgs/tools/system/htop
AgeCommit message (Collapse)AuthorFilesLines
2022-05-02htop: remove linux only hint from description Sandro1-1/+1
because it also works on darwin
2022-05-02htop: 3.1.2 -> 3.2.0Sandro Jäckel1-2/+2
2022-05-02htop: add SuperSandro2000 as maintainerSandro Jäckel1-1/+1
2022-05-02htop: make changelog url better clickableSandro Jäckel1-1/+1
2022-05-02htop: remove with lib over entire fileSandro Jäckel1-8/+6
2021-12-07htop: 3.1.1 -> 3.1.2R. Ryantm1-2/+2
2021-11-24htop-vim: add meta.mainProgramSamuel Gräfenstein1-0/+1
2021-11-20htop-vim: init at unstable-2021-10-11Thiago Kenji Okada1-0/+21
2021-10-25htop: 3.1.0 -> 3.1.1Sean Buckley1-2/+2
2021-10-05htop: set sysconfdir to /etcMaciej Krüger1-1/+1
2021-09-22htop: 3.0.5 -> 3.1.0R. RyanTM1-2/+2
2021-08-17htop: optionally enable sensors and systemd support on LinuxBernardo Meurer1-4/+27
2021-04-01htop: update platforms metadataDaniel Nagy1-1/+1
2021-04-01htop: add changelogDaniel Nagy1-0/+1
2021-01-19htop: 3.0.4 -> 3.0.5R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-22htop: 3.0.3 -> 3.0.4Fabian Affolter1-2/+2
2020-12-07htop: 3.0.2 -> 3.0.3R. RyanTM1-2/+2
2020-10-01htop: 3.0.1 -> 3.0.2Konrad Borowski1-6/+6
2020-09-03htop: 3.0.0 -> 3.0.1Izorkin1-12/+2
2020-08-30htop: disable use glyphs for checkmarksIzorkin1-5/+16
2020-08-29htop: 2.2.0 -> 3.0.0Konrad Borowski1-10/+8
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-29htop: switch to python 3Jan Tojnar1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-04-10htop: 2.1.0 -> 2.2.0Tim Steinbach1-2/+2
2018-02-05htop: 2.02 -> 2.1.0Bart Brouns1-3/+8
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+1
Goodbye, and thanks for all the Nix...
2016-07-23htop: 2.0.1 -> 2.0.2mimadrid1-2/+2
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons1-1/+1
2016-03-21htop: fix build on darwinMitch Tishmack1-2/+5
2016-03-20htop: fix platforms attributeAneesh Agrawal1-1/+1
See comments at https://github.com/NixOS/nixpkgs/commit/57dd725e853b54c578e3b73f520756be3ff2359c. These values are already lists and need to be concatenated together instead of placed in another list.
2016-03-20htop: fix supported platforms listzimbatm1-1/+1
2016-03-19htop: merge both implementationszimbatm1-0/+21
htop 2.0+ is now cross-platform