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

irqbalance: 1.4.0 -> 1.5.0
This commit is contained in:
Renaud 2018-11-10 19:07:18 +01:00 committed by GitHub
commit 83053553d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "irqbalance-${version}";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "irqbalance";
repo = "irqbalance";
rev = "v${version}";
sha256 = "05q3cdz2a5zp5s2bdz5a80y9vq7awqw9lbvyvh6vjs9a8vg80hwm";
sha256 = "1wdwch4nb479xhinin4yqvcjah6h09i4nh8fhnsfbn1mzl0hiv09";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];