gnu: nghttp2: Don't use NAME in source URI.
* gnu/packages/web.scm (nghttp2)[source]: Hard-code NAME.
This commit is contained in:
parent
bfebc73a74
commit
97e53dccc0
1 changed files with 1 additions and 1 deletions
|
@ -6386,7 +6386,7 @@ (define-public nghttp2
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/nghttp2/nghttp2/"
|
(uri (string-append "https://github.com/nghttp2/nghttp2/"
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
name "-" version ".tar.xz"))
|
"nghttp2-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fi6qg2w82636wixwkqy7bclpgxslmvg82r431hs8h6aqc4mnzwv"))))
|
"0fi6qg2w82636wixwkqy7bclpgxslmvg82r431hs8h6aqc4mnzwv"))))
|
||||||
|
|
Loading…
Reference in a new issue