mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: proxychains-ng: Don't use NAME in source URI.
* gnu/packages/networking.scm (proxychains-ng)[source]: Hard-code NAME.
This commit is contained in:
parent
b2c52fc9ff
commit
110387f894
1 changed files with 1 additions and 1 deletions
|
@ -1168,7 +1168,7 @@ (define-public proxychains-ng
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
|
(uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
|
||||||
name "-" version ".tar.xz"))
|
"proxychains-ng-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0418fv8hgf43rzrxxlybg49jz2h6w8inndhb6v1184k4cwzjnl3p"))))
|
"0418fv8hgf43rzrxxlybg49jz2h6w8inndhb6v1184k4cwzjnl3p"))))
|
||||||
|
|
Loading…
Reference in a new issue