summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-04-16 18:56:22 -0500
committerAustin Seipp <aseipp@pobox.com>2014-04-16 18:56:22 -0500
commit1a2784ee686a5c821db170175a0973be95f37ff3 (patch)
treedcb89e654cbf6c18bb99243a2aabce2ca011cf01 /pkgs/applications/networking/bittorrentsync
parent3f01caa89f5f65cb55632ce2815ede33440aa9be (diff)
downloadnixpkgs-1a2784ee686a5c821db170175a0973be95f37ff3.tar
nixpkgs-1a2784ee686a5c821db170175a0973be95f37ff3.tar.gz
nixpkgs-1a2784ee686a5c821db170175a0973be95f37ff3.tar.bz2
nixpkgs-1a2784ee686a5c821db170175a0973be95f37ff3.tar.lz
nixpkgs-1a2784ee686a5c821db170175a0973be95f37ff3.tar.xz
nixpkgs-1a2784ee686a5c821db170175a0973be95f37ff3.tar.zst
nixpkgs-1a2784ee686a5c821db170175a0973be95f37ff3.zip
btsync: 1.3.77 -> 1.3.87
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/applications/networking/bittorrentsync')
-rw-r--r--pkgs/applications/networking/bittorrentsync/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/bittorrentsync/default.nix b/pkgs/applications/networking/bittorrentsync/default.nix
index c260b75c9fe..d0611d5b602 100644
--- a/pkgs/applications/networking/bittorrentsync/default.nix
+++ b/pkgs/applications/networking/bittorrentsync/default.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 "1x95pag8ncjx3svm4424fjk5nmbdg8m87fsxy9sc63ba3qs9645j"
-    else if stdenv.system == "i686-linux" then "0l8d85ib6kbpz5sh9v0qga03i4xph61iiy9xlhazm9h30d5a6l8v"
+  sha256 = if stdenv.system == "x86_64-linux" then "16jdnip51fsnc2g0vib2zb4f06z5p1myzv9brrp42lq63l4skylj"
+    else if stdenv.system == "i686-linux" then "15bspn9frm2n7bzj7pdgbpd7gjjcxp0yx2sksa4ly6wmlv9lvf1j"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
   libPath = stdenv.lib.makeLibraryPath [ stdenv.gcc.libc ];
 in
 stdenv.mkDerivation rec {
   name = "btsync-${version}";
-  version = "1.3.77";
+  version = "1.3.87";
 
   src  = fetchurl {
     url  = "http://syncapp.bittorrent.com/${version}/btsync_${arch}-${version}.tar.gz";