summary refs log tree commit diff
path: root/pkgs/os-specific/linux/irqbalance
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 18:25:49 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 09:17:14 +0000
commit8870e3a510cd3b39e99bfa82972ff024417be747 (patch)
treec1f71b033f10f8821f5904da092a952b7d9fa8d5 /pkgs/os-specific/linux/irqbalance
parent96ad842c473c385db9386a38ab95c18695781536 (diff)
downloadnixpkgs-8870e3a510cd3b39e99bfa82972ff024417be747.tar
nixpkgs-8870e3a510cd3b39e99bfa82972ff024417be747.tar.gz
nixpkgs-8870e3a510cd3b39e99bfa82972ff024417be747.tar.bz2
nixpkgs-8870e3a510cd3b39e99bfa82972ff024417be747.tar.lz
nixpkgs-8870e3a510cd3b39e99bfa82972ff024417be747.tar.xz
nixpkgs-8870e3a510cd3b39e99bfa82972ff024417be747.tar.zst
nixpkgs-8870e3a510cd3b39e99bfa82972ff024417be747.zip
irqbalance: 1.3.0 -> 1.4.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.

These checks were done:

- built on NixOS
- /nix/store/fkv19sqbw1kxda43q1jqm1zlc8pakzx3-irqbalance-1.4.0/bin/irqbalance passed the binary check.
- Warning: no invocation of /nix/store/fkv19sqbw1kxda43q1jqm1zlc8pakzx3-irqbalance-1.4.0/bin/irqbalance-ui had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/786f267f8a2d5f1ed39214c1c32e4ffa
- du listing: https://gist.github.com/0fd6680f29f78791a2d23a08bc831456
Diffstat (limited to 'pkgs/os-specific/linux/irqbalance')
-rw-r--r--pkgs/os-specific/linux/irqbalance/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/irqbalance/default.nix b/pkgs/os-specific/linux/irqbalance/default.nix
index 76c10f0a06e..439b2aff6af 100644
--- a/pkgs/os-specific/linux/irqbalance/default.nix
+++ b/pkgs/os-specific/linux/irqbalance/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "irqbalance-${version}";
-  version = "1.3.0";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "irqbalance";
     repo = "irqbalance";
     rev = "v${version}";
-    sha256 = "009777p5v72x4r58skqgaf03qv3app9b8lkxkpxq0226l0x3j4qh";
+    sha256 = "05q3cdz2a5zp5s2bdz5a80y9vq7awqw9lbvyvh6vjs9a8vg80hwm";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];