10 src = fetchFromGitHub {
11 owner = "jamespwilliams";
14 hash = "sha256-TD+NTlfmBtz+m2w2FnTcUIJQakpvVBCK/MAHfCrOue4=";
17 vendorHash = "sha256-oLtKpBvTsM5TbzfWIDfqgb7DL5D3Mldu0oimVeiUeSc=";
19 ldflags = [ "-s" "-w" ];
22 description = "Top for /proc/pressure";
23 homepage = "https://github.com/jamespwilliams/psitop";
24 license = licenses.mit;
25 maintainers = with maintainers; [ figsoda ];