bittorrentSync: use versioned url for download
This commit is contained in:
parent
0fd5a3af0c
commit
886320136e
@ -16,8 +16,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.3.77";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download-lb.utorrent.com/endpoint/btsync/os/linux-${arch}/track/stable";
|
||||
name = "btsync-${arch}-${version}.tar.gz";
|
||||
url = "http://syncapp.bittorrent.com/${version}/btsync_${arch}-${version}.tar.gz";
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user