forked from mirrors/nixpkgs
munin: 2.0.51 -> 2.0.59
This commit is contained in:
parent
c5c3fc974c
commit
f34ccf118c
|
@ -3,14 +3,14 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.0.51";
|
||||
version = "2.0.59";
|
||||
pname = "munin";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "munin-monitoring";
|
||||
repo = "munin";
|
||||
rev = version;
|
||||
sha256 = "1r018lbk1dncg6v3ai7wvnk1qr4ddsjc5g605dq086z0l0xg7ras";
|
||||
sha256 = "1i28ba53gh9z0mb3fk0y3cb88wh73qdlbg7rl5g9mc6iwqrbvg97";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -134,7 +134,7 @@ stdenv.mkDerivation rec {
|
|||
interface. Munin can help analyze resource trends and 'what just happened
|
||||
to kill our performance?' problems.
|
||||
'';
|
||||
homepage = http://munin-monitoring.org/;
|
||||
homepage = "http://munin-monitoring.org/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.domenkozar maintainers.bjornfor ];
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue