gnu: ethtool: Update to 4.19.

* gnu/packages/networking.scm (ethtool): Update to 4.19.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-25 01:20:58 +01:00
parent 956a14b49f
commit f736e55021
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -416,14 +416,14 @@ (define-public libndp
(define-public ethtool
(package
(name "ethtool")
(version "4.17")
(version "4.19")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz"))
(sha256
(base32
"11f5503mgcwjn1q4dvhjiqwnw3zmp2gbhirjvgfr71y72ys1wsy4"))))
"1j6hyr809af2m3gqm11hdfwks5kljqy1ikspq3d9rhj29qv6r2mi"))))
(build-system gnu-build-system)
(home-page "https://www.kernel.org/pub/software/network/ethtool/")
(synopsis "Display or change Ethernet device settings")