ethtool: 3.18 -> 4.0

This commit is contained in:
William A. Kennington III 2015-06-08 17:45:31 -07:00
parent 6c00f2105a
commit 8d4c5c956d

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "ethtool-3.18";
name = "ethtool-4.0";
src = fetchurl {
url = "mirror://kernel/software/network/ethtool/${name}.tar.xz";
sha256 = "1xj20fr44dk01hghyy5sq962sbiywc88ni3qqliv8bfxzmczwgw1";
sha256 = "1zzcwn6pk8qfasalqkxg8vrhacksfa50xsq4xifw7yfjqyn8fj4h";
};
meta = with stdenv.lib; {