ethtool: 4.0 -> 4.5

This commit is contained in:
Franz Pletz 2016-04-12 17:13:16 +02:00
parent b8aaa3f130
commit 9da6390bae

View file

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