me
/
guix
Archived
1
0
Fork 0

gnu: ethtool: Don't use NAME in source URI.

* gnu/packages/networking.scm (ethtool)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-25 01:20:48 +01:00
parent 63b9834d81
commit 956a14b49f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))