lol

ethtool: 4.16 -> 4.17

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
- /nix/store/l6vkhh88xfbdfjaqm9wmnlvm1q6qqg7i-ethtool-4.17/bin/ethtool passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 4.17 with grep in /nix/store/l6vkhh88xfbdfjaqm9wmnlvm1q6qqg7i-ethtool-4.17
- directory tree listing: https://gist.github.com/1861fff97928fe0b6cb81079b3266156
- du listing: https://gist.github.com/65766ebe5f7022f5c96f6f8266a93c78

authored by

R. RyanTM and committed by
Bjørn Forsman
a3963742 ec93a511

+2 -2
+2 -2
pkgs/tools/misc/ethtool/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "ethtool-${version}"; 5 - version = "4.16"; 5 + version = "4.17"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://kernel/software/network/ethtool/${name}.tar.xz"; 9 - sha256 = "00ss07jc7p276d83f6jpafgwyc9yiribciyqcgx9j86v49kpm5py"; 9 + sha256 = "11f5503mgcwjn1q4dvhjiqwnw3zmp2gbhirjvgfr71y72ys1wsy4"; 10 10 }; 11 11 12 12 meta = with stdenv.lib; {