about summary refs log tree commit diff
path: root/pkgs/tools/misc/ethtool
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-17 02:41:37 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-17 02:41:37 -0700
commit50f568e2d5cfcbcbdbaad4ba6fc7133d9f422536 (patch)
tree9f8e0c7ab3da5db3f00b6e7f348426b00015bf53 /pkgs/tools/misc/ethtool
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixlib-50f568e2d5cfcbcbdbaad4ba6fc7133d9f422536.tar
nixlib-50f568e2d5cfcbcbdbaad4ba6fc7133d9f422536.tar.gz
nixlib-50f568e2d5cfcbcbdbaad4ba6fc7133d9f422536.tar.bz2
nixlib-50f568e2d5cfcbcbdbaad4ba6fc7133d9f422536.tar.lz
nixlib-50f568e2d5cfcbcbdbaad4ba6fc7133d9f422536.tar.xz
nixlib-50f568e2d5cfcbcbdbaad4ba6fc7133d9f422536.tar.zst
nixlib-50f568e2d5cfcbcbdbaad4ba6fc7133d9f422536.zip
ethtool: 4.15 -> 4.16
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ethtool/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/gaiqa1ygxahd49bpb8zzc7fp4i1mml63-ethtool-4.16/bin/ethtool -h’ got 0 exit code
- ran ‘/nix/store/gaiqa1ygxahd49bpb8zzc7fp4i1mml63-ethtool-4.16/bin/ethtool --help’ got 0 exit code
- ran ‘/nix/store/gaiqa1ygxahd49bpb8zzc7fp4i1mml63-ethtool-4.16/bin/ethtool --version’ and found version 4.16
- found 4.16 with grep in /nix/store/gaiqa1ygxahd49bpb8zzc7fp4i1mml63-ethtool-4.16
- directory tree listing: https://gist.github.com/03539f0a0b1a6c9a35f832b19650ba47
Diffstat (limited to 'pkgs/tools/misc/ethtool')
-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 2527c34feebb..62c782b26fec 100644
--- a/pkgs/tools/misc/ethtool/default.nix
+++ b/pkgs/tools/misc/ethtool/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "ethtool-${version}";
-  version = "4.15";
+  version = "4.16";
 
   src = fetchurl {
     url = "mirror://kernel/software/network/ethtool/${name}.tar.xz";
-    sha256 = "06pr3s7wg2pbvfbf7js61bgh3caff4qf50nqqk3cgz9z90rgvxvi";
+    sha256 = "00ss07jc7p276d83f6jpafgwyc9yiribciyqcgx9j86v49kpm5py";
   };
 
   meta = with stdenv.lib; {