irqbalance: 1.9.4-unstable-2025-06-10 -> 1.9.5 (#480873)
This commit is contained in:
@@ -12,15 +12,15 @@
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "irqbalance";
|
||||
version = "1.9.4-unstable-2025-06-10";
|
||||
version = "1.9.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Irqbalance";
|
||||
repo = "irqbalance";
|
||||
rev = "8e8945e5092caf45605dfb1e66165e2eb9ec1f56";
|
||||
sha256 = "sha256-DSXFJZ0MyI10ZVFcGY0Sx1kye1ALMeG41nmyqbfO8vQ=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-DSXFJZ0MyI10ZVFcGY0Sx1kye1ALMeG41nmyqbfO8vQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -54,12 +54,12 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = "https://github.com/Irqbalance/irqbalance";
|
||||
changelog = lib.strings.optionalString (
|
||||
!lib.strings.hasInfix "-unstable-" version
|
||||
) "https://github.com/Irqbalance/irqbalance/releases/tag/v${version}";
|
||||
!lib.strings.hasInfix "-unstable-" finalAttrs.version
|
||||
) "https://github.com/Irqbalance/irqbalance/releases/tag/v${finalAttrs.version}";
|
||||
description = "Daemon to help balance the cpu load generated by interrupts across all of a systems cpus";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ moni ];
|
||||
mainProgram = "irqbalance";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user