Merge pull request #297284 from r-ryantm/auto-update/irqbalance

irqbalance: 1.9.3 -> 1.9.4
This commit is contained in:
Weijia Wang 2024-03-26 03:16:05 +01:00 committed by GitHub
commit 15c193640a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "irqbalance";
version = "1.9.3";
version = "1.9.4";
src = fetchFromGitHub {
owner = "irqbalance";
repo = "irqbalance";
rev = "v${version}";
sha256 = "sha256-0e7dV6gncSlAUfkyX7F0FSYJjlvdi/ol7YC2T5afl+Q=";
sha256 = "sha256-7es7wwsPnDSF37uL5SCgAQB+u+qGWmWDHOh3JkHuXMs=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];