summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2014-10-28 19:11:53 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2014-10-28 19:11:53 +0300
commit68e38f7f052dc514d1c0b3643e68218b9d9f84cb (patch)
tree2abfa810bd7a8056176caed79678f05937b6fa6d /pkgs/applications
parent54deea558a914ef2ab02ab7efa7926f6deda91c6 (diff)
downloadnixpkgs-68e38f7f052dc514d1c0b3643e68218b9d9f84cb.tar
nixpkgs-68e38f7f052dc514d1c0b3643e68218b9d9f84cb.tar.gz
nixpkgs-68e38f7f052dc514d1c0b3643e68218b9d9f84cb.tar.bz2
nixpkgs-68e38f7f052dc514d1c0b3643e68218b9d9f84cb.tar.lz
nixpkgs-68e38f7f052dc514d1c0b3643e68218b9d9f84cb.tar.xz
nixpkgs-68e38f7f052dc514d1c0b3643e68218b9d9f84cb.tar.zst
nixpkgs-68e38f7f052dc514d1c0b3643e68218b9d9f84cb.zip
btsync: update 1.4.82 -> 1.4.93
Diffstat (limited to 'pkgs/applications')
-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 f45908b2387..00f36729d1f 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 "115xsbi5z8ll0z07vx4rzzsgr6qba43f3z3nzx33pva5dpdr3ci9"
-    else if stdenv.system == "i686-linux" then "110k6cq6l3nr1gak2ri6i1kwis78r3zc1ilbipgcccdczf9fnx7p"
+  sha256 = if stdenv.system == "x86_64-linux" then "c4b100bbf8cda0334e20793e02bf400d15266cb9d089917bd2b6b9d49dd37d19"
+    else if stdenv.system == "i686-linux" then "5760471fcea396efd158758aa350b1c48a9d0633765a5e3b059baf8aeab615fa"
     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.4.82";
+  version = "1.4.93";
 
   src  = fetchurl {
     url  = "http://syncapp.bittorrent.com/${version}/btsync_${arch}-${version}.tar.gz";