summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2016-02-24 22:28:16 -0600
committerAustin Seipp <aseipp@pobox.com>2016-02-24 22:28:16 -0600
commit4da1711988df18a5544a945b2e8aaab4835cfe04 (patch)
tree6baa564335c8ef72a517da73a187cff3216b7362 /pkgs/applications/networking/bittorrentsync
parenta2d1cbd019d17728d57325198f8a1a0f2d890c5c (diff)
downloadnixpkgs-4da1711988df18a5544a945b2e8aaab4835cfe04.tar
nixpkgs-4da1711988df18a5544a945b2e8aaab4835cfe04.tar.gz
nixpkgs-4da1711988df18a5544a945b2e8aaab4835cfe04.tar.bz2
nixpkgs-4da1711988df18a5544a945b2e8aaab4835cfe04.tar.lz
nixpkgs-4da1711988df18a5544a945b2e8aaab4835cfe04.tar.xz
nixpkgs-4da1711988df18a5544a945b2e8aaab4835cfe04.tar.zst
nixpkgs-4da1711988df18a5544a945b2e8aaab4835cfe04.zip
nixpkgs: bittorrentSync20 2.3.0 -> 2.3.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/applications/networking/bittorrentsync')
-rw-r--r--pkgs/applications/networking/bittorrentsync/2.0.x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/bittorrentsync/2.0.x.nix b/pkgs/applications/networking/bittorrentsync/2.0.x.nix
index 8ecfb476a18..4f9c7ebf333 100644
--- a/pkgs/applications/networking/bittorrentsync/2.0.x.nix
+++ b/pkgs/applications/networking/bittorrentsync/2.0.x.nix
@@ -5,15 +5,15 @@ let
     else if stdenv.system == "i686-linux" then "i386"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
-  sha256 = if stdenv.system == "x86_64-linux" then "1fzwqi3vjv5shmw02pz2lgdi6b138vj042hn92szc49c9wd1vdgq"
-    else if stdenv.system == "i686-linux" then "1x47jc5i37r0cwrrgi5ylfb14zwj7qyf1xhgl7g724bm1cgdc00n"
+  sha256 = if stdenv.system == "x86_64-linux" then "0l6z2fyd7i3i3cr95gkihbf6fwa7mk1b2m1jpf2nq5ispg0qf74n"
+    else if stdenv.system == "i686-linux" then "06x8f75dh58saqrz2k2xgcilh27v0jmql4k4rs7g361aad9v3pnr"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
   libPath = stdenv.lib.makeLibraryPath [ stdenv.cc.libc ];
 in
 stdenv.mkDerivation rec {
   name = "btsync-${version}";
-  version = "2.3.0";
+  version = "2.3.3";
 
   src  = fetchurl {
     url  = "https://download-cdn.getsyncapp.com/${version}/linux-${arch}/BitTorrent-Sync_${arch}.tar.gz";