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

gnu: ethtool: Update to 5.9.

* gnu/packages/networking.scm (ethtool): Update to 5.9.
parent 9e64b3bc
No related branches found
No related tags found
No related merge requests found
......@@ -1041,14 +1041,14 @@ (define-public libndp
(define-public ethtool
(package
(name "ethtool")
(version "5.8")
(version "5.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz"))
(sha256
(base32
"0ikmz36bdfwxscsfcgjmyzg70hwr8i3wpdhcp1vmk3q4ip858frg"))))
"0vwam1ay184z237vnl8ivb0rdjjbljp9pj3kjzhc6yzq180k4aai"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
......
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