Skip to content
Snippets Groups Projects
Unverified Commit 3fe7cb87 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: ethtool: Update to 4.8.

* gnu/packages/networking.scm (ethtool): Update to 4.8.
parent 7d162df8
No related branches found
No related tags found
No related merge requests found
......@@ -301,14 +301,14 @@ (define-public libndp
(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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment