gnu: ethtool: Update to 4.8.

* gnu/packages/networking.scm (ethtool): Update to 4.8.
master
Tobias Geerinckx-Rice 2016-12-15 23:45:02 +01:00
parent 7d162df8ce
commit 3fe7cb872a
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -301,14 +301,14 @@ receiving NDP messages.")
(define-public ethtool
(package
(name "ethtool")
(version "4.0")
(version "4.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"1zzcwn6pk8qfasalqkxg8vrhacksfa50xsq4xifw7yfjqyn8fj4h"))))
"0hsaxcka0ks76k23sb65c46i53hjm465sgxyn3m3301diqlgwga0"))))
(build-system gnu-build-system)
(home-page "https://www.kernel.org/pub/software/network/ethtool/")
(synopsis "Display or change Ethernet device settings")