gnu: ethtool: Update to 5.10.

* gnu/packages/networking.scm (ethtool): Update to 5.10.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-18 22:37:16 +01:00
parent af2fd7f332
commit 81641a9ce1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1075,14 +1075,14 @@ (define-public libndp
(define-public ethtool
(package
(name "ethtool")
(version "5.9")
(version "5.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz"))
(sha256
(base32
"0vwam1ay184z237vnl8ivb0rdjjbljp9pj3kjzhc6yzq180k4aai"))))
"1kygjg6g90017k53b8342i59cpwgidalqpa3gdilqyrhm6b56zc1"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))