bmon: update from 3.6 to 3.7

This commit is contained in:
Pascal Wittmann 2015-06-30 18:21:51 +02:00
parent 96b325b0b7
commit e46933f554

View file

@ -3,18 +3,15 @@
stdenv.mkDerivation rec {
name = "bmon-${version}";
version = "3.6";
version = "3.7";
src = fetchFromGitHub {
owner = "tgraf";
repo = "bmon";
rev = "v${version}";
sha256 = "16qwazays2j448kmfckv6wvh4rhmhc9q4vp1s75hm9z02cmhvk8q";
sha256 = "0rh0r8gabcsqq3d659yqk8nz6y4smsi7p1vwa2v584m2l2d0rqd6";
};
# https://github.com/tgraf/bmon/pull/24#issuecomment-98068887
postPatch = "sed '1i#include <net/if.h>' -i src/in_netlink.c";
buildInputs = [ autoconf automake pkgconfig ncurses confuse libnl ];
preConfigure = "sh ./autogen.sh";