nixpkgs: bittorrentSync20 2.3.0 -> 2.3.3

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+3 -3
+3 -3
pkgs/applications/networking/bittorrentsync/2.0.x.nix
··· 5 5 else if stdenv.system == "i686-linux" then "i386" 6 6 else throw "Bittorrent Sync for: ${stdenv.system} not supported!"; 7 7 8 - sha256 = if stdenv.system == "x86_64-linux" then "1fzwqi3vjv5shmw02pz2lgdi6b138vj042hn92szc49c9wd1vdgq" 9 - else if stdenv.system == "i686-linux" then "1x47jc5i37r0cwrrgi5ylfb14zwj7qyf1xhgl7g724bm1cgdc00n" 8 + sha256 = if stdenv.system == "x86_64-linux" then "0l6z2fyd7i3i3cr95gkihbf6fwa7mk1b2m1jpf2nq5ispg0qf74n" 9 + else if stdenv.system == "i686-linux" then "06x8f75dh58saqrz2k2xgcilh27v0jmql4k4rs7g361aad9v3pnr" 10 10 else throw "Bittorrent Sync for: ${stdenv.system} not supported!"; 11 11 12 12 libPath = stdenv.lib.makeLibraryPath [ stdenv.cc.libc ]; 13 13 in 14 14 stdenv.mkDerivation rec { 15 15 name = "btsync-${version}"; 16 - version = "2.3.0"; 16 + version = "2.3.3"; 17 17 18 18 src = fetchurl { 19 19 url = "https://download-cdn.getsyncapp.com/${version}/linux-${arch}/BitTorrent-Sync_${arch}.tar.gz";