diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-20 18:26:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-21 00:39:50 +0200 |
commit | 9792e14a66f7174dd8aaf4827cda488fe57d850a (patch) | |
tree | d6b5de19a2a33c0e76ed1c19b21a4f022d5a54aa /gnu/packages | |
parent | 49176f0e4684a9b50cf75b4a0d1e9c3edb0074d2 (diff) |
gnu: ethtool: Update to 5.14.
* gnu/packages/networking.scm (ethtool): Update to 5.14.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index e6b1b405de..4f46a7fe95 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1215,14 +1215,14 @@ receiving NDP messages.") (define-public ethtool (package (name "ethtool") - (version "5.12") + (version "5.14") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/network/" "ethtool/ethtool-" version ".tar.xz")) (sha256 (base32 - "01vgyczgldrfss98cqrgjz8krj6kwb29xjf8p08q0g85fnfgmpgm")))) + "11kns8imm55i0miggsnv9nblnzm60zgnanxnjajdgb2wj68xn4xv")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |