ethtool: 4.6 -> 4.10

This commit is contained in:
Tuomas Tynkkynen 2017-05-14 15:17:37 +03:00
parent 22b7b491d5
commit f2eb770e33

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ethtool-${version}"; name = "ethtool-${version}";
version = "4.6"; version = "4.10";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/software/network/ethtool/${name}.tar.xz"; url = "mirror://kernel/software/network/ethtool/${name}.tar.xz";
sha256 = "e90589a9349d008cce8c0510ac4e8878efdc0ddb1b732a9a4cc333b101313415"; sha256 = "1fklbjwr41cvd5b7d1qvpl3bqzc4aak732r3m2wjhhgkxhk9f07h";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {