gnu: ethtool: Update to 5.9.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 04:45:50 +0000 (06:45 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 13:09:53 +0000 (15:09 +0200)
* gnu/packages/networking.scm (ethtool): Update to 5.9.

gnu/packages/networking.scm

index 5c57ef2..2d71408 100644 (file)
@@ -1041,14 +1041,14 @@ receiving NDP messages.")
 (define-public ethtool
   (package
     (name "ethtool")
-    (version "5.8")
+    (version "5.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/software/network/"
                                   "ethtool/ethtool-" version ".tar.xz"))
               (sha256
                (base32
-                "0ikmz36bdfwxscsfcgjmyzg70hwr8i3wpdhcp1vmk3q4ip858frg"))))
+                "0vwam1ay184z237vnl8ivb0rdjjbljp9pj3kjzhc6yzq180k4aai"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))