bmon: 3.8 -> 3.9

+5 -3
+5 -3
pkgs/tools/misc/bmon/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 name = "bmon-${version}"; 6 - version = "3.8"; 6 + version = "3.9"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "tgraf"; 10 10 repo = "bmon"; 11 11 rev = "v${version}"; 12 - sha256 = "19jv14r9j9n54bqhidw3z11z3wys1v2cagqpsxn0kjga1gkg87xs"; 12 + sha256 = "1a4sj8pf02392zghr9wa1dc8x38fj093d4hg1fcakzrdjvrg1p2h"; 13 13 }; 14 14 15 - buildInputs = [ autoconf automake pkgconfig ncurses confuse libnl ]; 15 + nativeBuildInputs = [ autoconf automake pkgconfig ]; 16 + 17 + buildInputs = [ ncurses confuse libnl ]; 16 18 17 19 preConfigure = "sh ./autogen.sh"; 18 20