gnu: ethtool: Update to 5.10.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 18 Dec 2020 21:37:16 +0000 (22:37 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 18 Dec 2020 21:39:22 +0000 (22:39 +0100)
* gnu/packages/networking.scm (ethtool): Update to 5.10.

gnu/packages/networking.scm

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