gnu: ethtool: Update to 5.8.
* gnu/packages/networking.scm (ethtool): Update to 5.8.
This commit is contained in:
		
							parent
							
								
									0d9c120a76
								
							
						
					
					
						commit
						edbbb331de
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -668,14 +668,14 @@ receiving NDP messages.")
 | 
			
		|||
(define-public ethtool
 | 
			
		||||
  (package
 | 
			
		||||
    (name "ethtool")
 | 
			
		||||
    (version "5.7")
 | 
			
		||||
    (version "5.8")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "mirror://kernel.org/software/network/"
 | 
			
		||||
                                  "ethtool/ethtool-" version ".tar.xz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0f9w0pqkvwn540rasmj6c8897g9gj2hmjnbkhpi9yf1s7jyvhkkj"))))
 | 
			
		||||
                "0ikmz36bdfwxscsfcgjmyzg70hwr8i3wpdhcp1vmk3q4ip858frg"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue