Merge pull request #39052 from r-ryantm/auto-update/ethtool

ethtool: 4.15 -> 4.16
This commit is contained in:
Jörg Thalheim 2018-04-17 22:06:22 +01:00 committed by GitHub
commit e48e080d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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