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