bmon: update from 3.7 to 3.8

This commit is contained in:
Pascal Wittmann 2015-07-29 22:36:55 +02:00
parent ef082f9cc0
commit 3df27bec74

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "bmon-${version}"; name = "bmon-${version}";
version = "3.7"; version = "3.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tgraf"; owner = "tgraf";
repo = "bmon"; repo = "bmon";
rev = "v${version}"; rev = "v${version}";
sha256 = "0rh0r8gabcsqq3d659yqk8nz6y4smsi7p1vwa2v584m2l2d0rqd6"; sha256 = "19jv14r9j9n54bqhidw3z11z3wys1v2cagqpsxn0kjga1gkg87xs";
}; };
buildInputs = [ autoconf automake pkgconfig ncurses confuse libnl ]; buildInputs = [ autoconf automake pkgconfig ncurses confuse libnl ];