Archived
1
0
Fork 0

gnu: ethtool: Update to 5.14.

* gnu/packages/networking.scm (ethtool): Update to 5.14.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-20 18:26:53 +02:00
parent 49176f0e46
commit 9792e14a66
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1215,14 +1215,14 @@ receiving NDP messages.")
(define-public ethtool (define-public ethtool
(package (package
(name "ethtool") (name "ethtool")
(version "5.12") (version "5.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/" (uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz")) "ethtool/ethtool-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"01vgyczgldrfss98cqrgjz8krj6kwb29xjf8p08q0g85fnfgmpgm")))) "11kns8imm55i0miggsnv9nblnzm60zgnanxnjajdgb2wj68xn4xv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))