ethtool: 4.5 -> 4.6

This commit is contained in:
mimadrid 2016-07-16 14:02:08 +02:00
parent 3bfe30a042
commit 018f4eb164
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

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