irqbalance: 1.7.0 -> 1.8.0
This commit is contained in:
parent
8f7a3c6df1
commit
0ed38b838c
@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "irqbalance";
|
pname = "irqbalance";
|
||||||
version = "1.7.0";
|
version = "1.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "irqbalance";
|
owner = "irqbalance";
|
||||||
repo = "irqbalance";
|
repo = "irqbalance";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1677ap6z4hvwga0vb8hrvpc0qggyarg9mlg11pxywz7mq94vdx19";
|
sha256 = "sha256-K+Nv6HqBZb0pwfNV127QDq+suaUD7TTV413S6j8NdUU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||||
|
|
||||||
buildInputs = [ glib ncurses libcap_ng ];
|
buildInputs = [ glib ncurses libcap_ng ];
|
||||||
|
|
||||||
LDFLAGS = "-lncurses";
|
LDFLAGS = "-lncurses";
|
||||||
@ -26,10 +27,12 @@ stdenv.mkDerivation rec {
|
|||||||
--replace ' $IRQBALANCE_ARGS' ""
|
--replace ' $IRQBALANCE_ARGS' ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/Irqbalance/irqbalance";
|
homepage = "https://github.com/Irqbalance/irqbalance";
|
||||||
|
changelog = "https://github.com/Irqbalance/irqbalance/releases/tag/v${version}";
|
||||||
description = "A daemon to help balance the cpu load generated by interrupts across all of a systems cpus";
|
description = "A daemon to help balance the cpu load generated by interrupts across all of a systems cpus";
|
||||||
license = lib.licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
platforms = lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ fortuneteller2k ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user