···11{ stdenv, fetchurl, ncurses }:
2233+let
44+ version = "0.6.1";
55+in
36stdenv.mkDerivation rec {
44- name = "bwm-ng-0.6";
55-77+ name = "bwm-ng-${version}";
88+69 src = fetchurl {
710 url = "http://www.gropp.org/bwm-ng/${name}.tar.gz";
88- sha256 = "1pgzc8y2y73n72qvbd2g0dkbkw5h0f83k5h9id1rsck8w9c464y1";
1111+ sha256 = "1w0dwpjjm9pqi613i8glxrgca3rdyqyp3xydzagzr5ndc34z6z02";
912 };
10131114 buildInputs = [ ncurses ];
···4245 This was influenced by the old bwm util written by Barney (barney@freewill.tzo.com) which had some issues with faster interfaces and was very simple. Since i had almost all code done anyway for other projects, i decided to create my own version.
43464447 I actually don't know if netstat input is useful at all. I saw this elsewhere, so i added it. Its target is "netstat 1.42 (2001-04-15)" linux or Free/Open/netBSD. If there are other formats i would be happy to add them.
4545-4848+4649 (from homepage)
4750 '';
4851 };