irqbalance: 1.4.0 -> 1.5.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/irqbalance/versions
This commit is contained in:
R. RyanTM 2018-11-09 14:35:57 -08:00
parent a054d74507
commit 3a9d5f855f

View File

@ -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 ];