summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-06 22:41:21 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-06 22:41:21 +0200
commit0957166f5652323a96a865dca739f93d0f5374b8 (patch)
treed41002e39b94d3028fc62b9fc68e88103c9741c6 /pkgs
parent68c15230c63e9053e217662a1641ecf7642ddb20 (diff)
ethtool: update from 3.15 to 3.16
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/ethtool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ethtool/default.nix b/pkgs/tools/misc/ethtool/default.nix
index 36d49ce9b2350..2ced43d29cb45 100644
--- a/pkgs/tools/misc/ethtool/default.nix
+++ b/pkgs/tools/misc/ethtool/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "ethtool-3.15";
+  name = "ethtool-3.16";
 
   src = fetchurl {
     url = "mirror://kernel/software/network/ethtool/${name}.tar.xz";
-    sha256 = "16kgw9y4fisldf1z6zpw3v965cc8nram0dycacwkc0js4l76klw8";
+    sha256 = "11m2ghjgnbjbvxamgjkr94cw9sz1znla8rkw923svhq4m4zxvq6n";
   };
 
   meta = with stdenv.lib; {