diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-15 23:45:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-16 03:08:42 +0100 |
commit | 3fe7cb872aa43c8925ea4efe6d87942745e15464 (patch) | |
tree | 055bc0a5d6c577199bcd5ad7a0e56a27cbb8d153 /gnu/packages/networking.scm | |
parent | 7d162df8ce4dc90c681ff627b2ed94c192e6342f (diff) | |
download | patches-3fe7cb872aa43c8925ea4efe6d87942745e15464.tar patches-3fe7cb872aa43c8925ea4efe6d87942745e15464.tar.gz |
gnu: ethtool: Update to 4.8.
* gnu/packages/networking.scm (ethtool): Update to 4.8.
Diffstat (limited to 'gnu/packages/networking.scm')
-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 de7aaf0680..2a5ff09b19 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -301,14 +301,14 @@ receiving NDP messages.") (define-public ethtool (package (name "ethtool") - (version "4.0") + (version "4.8") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/network/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "1zzcwn6pk8qfasalqkxg8vrhacksfa50xsq4xifw7yfjqyn8fj4h")))) + "0hsaxcka0ks76k23sb65c46i53hjm465sgxyn3m3301diqlgwga0")))) (build-system gnu-build-system) (home-page "https://www.kernel.org/pub/software/network/ethtool/") (synopsis "Display or change Ethernet device settings") |