gnu: ethtool: Don't use NAME in source URI.
* gnu/packages/networking.scm (ethtool)[source]: Hard-code NAME.master
parent
63b9834d81
commit
956a14b49f
|
@ -420,7 +420,7 @@ receiving NDP messages.")
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/software/network/"
|
||||
name "/" name "-" version ".tar.xz"))
|
||||
"ethtool/ethtool-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11f5503mgcwjn1q4dvhjiqwnw3zmp2gbhirjvgfr71y72ys1wsy4"))))
|
||||
|
|
Reference in New Issue