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";
|
version = "1.3.77";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download-lb.utorrent.com/endpoint/btsync/os/linux-${arch}/track/stable";
|
url = "http://syncapp.bittorrent.com/${version}/btsync_${arch}-${version}.tar.gz";
|
||||||
name = "btsync-${arch}-${version}.tar.gz";
|
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user