bittorrentSync: use versioned url for download

This commit is contained in:
Domen Kožar 2014-04-01 13:25:48 +02:00
parent 0fd5a3af0c
commit 886320136e

View File

@ -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;
};