gnu: proxychains-ng: Don't use NAME in source URI.

* gnu/packages/networking.scm (proxychains-ng)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-03-18 22:01:10 +01:00
parent b2c52fc9ff
commit 110387f894
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ libproxy only have to specify which proxy to use.")
(origin
(method url-fetch)
(uri (string-append "http://ftp.barfooze.de/pub/sabotage/tarballs/"
name "-" version ".tar.xz"))
"proxychains-ng-" version ".tar.xz"))
(sha256
(base32
"0418fv8hgf43rzrxxlybg49jz2h6w8inndhb6v1184k4cwzjnl3p"))))