summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-04-26 00:13:36 -0500
committerAustin Seipp <aseipp@pobox.com>2014-04-26 00:13:36 -0500
commit4e15dbe34ce864b31295b8791dc8a444378bf1ab (patch)
tree9cd7c8bbf09b0efd0d4ee623e4272faf8fccd75f /pkgs/applications/networking/bittorrentsync
parent0b99e20a3cbaa2d25a34b0327fc9219d202c41f3 (diff)
downloadnixpkgs-4e15dbe34ce864b31295b8791dc8a444378bf1ab.tar
nixpkgs-4e15dbe34ce864b31295b8791dc8a444378bf1ab.tar.gz
nixpkgs-4e15dbe34ce864b31295b8791dc8a444378bf1ab.tar.bz2
nixpkgs-4e15dbe34ce864b31295b8791dc8a444378bf1ab.tar.lz
nixpkgs-4e15dbe34ce864b31295b8791dc8a444378bf1ab.tar.xz
nixpkgs-4e15dbe34ce864b31295b8791dc8a444378bf1ab.tar.zst
nixpkgs-4e15dbe34ce864b31295b8791dc8a444378bf1ab.zip
btsync: 1.3.87 -> 1.3.93
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 d0611d5b602..384215cbf9f 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 "16jdnip51fsnc2g0vib2zb4f06z5p1myzv9brrp42lq63l4skylj"
-    else if stdenv.system == "i686-linux" then "15bspn9frm2n7bzj7pdgbpd7gjjcxp0yx2sksa4ly6wmlv9lvf1j"
+  sha256 = if stdenv.system == "x86_64-linux" then "0q91fwzvb5ybl43z9nirnk3bs13z0z5vf0cqdyynqwa93an6wiaq"
+    else if stdenv.system == "i686-linux" then "1y7i9p7fs23ksv8qhcb5gxlrm0wxs090jvdm58war13bg9656fvj"
     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.87";
+  version = "1.3.93";
 
   src  = fetchurl {
     url  = "http://syncapp.bittorrent.com/${version}/btsync_${arch}-${version}.tar.gz";