about summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-05-06 00:37:53 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-05-06 00:42:31 +0200
commite4bd66c8f0b7e64a23db9ef04fc7059701eab599 (patch)
treefd7eb2ec79ed37d0660a64755d9c316015f9f11c /pkgs/applications/networking/bittorrentsync
parent249dcabb33bfa2db2f7a8568c1662069d29f1f44 (diff)
downloadnixlib-e4bd66c8f0b7e64a23db9ef04fc7059701eab599.tar
nixlib-e4bd66c8f0b7e64a23db9ef04fc7059701eab599.tar.gz
nixlib-e4bd66c8f0b7e64a23db9ef04fc7059701eab599.tar.bz2
nixlib-e4bd66c8f0b7e64a23db9ef04fc7059701eab599.tar.lz
nixlib-e4bd66c8f0b7e64a23db9ef04fc7059701eab599.tar.xz
nixlib-e4bd66c8f0b7e64a23db9ef04fc7059701eab599.tar.zst
nixlib-e4bd66c8f0b7e64a23db9ef04fc7059701eab599.zip
bittorrentSync20: 2.3.6 -> 2.3.7
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 ee4d3a436a57..c99b2570cf6d 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 "01yrligi61gxcixh7z6gi427ga0sx97wnmkv08p9ykd4b90hvj7s"
-    else if stdenv.system == "i686-linux" then     "119dll7f4w7h8nrrafmrj1d0lddjzwg5l8hnf74xdjg6g7rhrmd7"
+  sha256 = if stdenv.system == "x86_64-linux" then "1hnw6bv60xrnc733gm1ilywc0y93k2g6bmwgnww9qk7ivbvi6pd1"
+    else if stdenv.system == "i686-linux" then     "0hj8nbq6mava15m1hxaqq371fqk0whdx5iqsbnppyci0jjnr4qv1"
     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.6";
+  version = "2.3.7";
 
   src  = fetchurl {
     url  = "https://download-cdn.getsync.com/${version}/linux-${arch}/BitTorrent-Sync_${arch}.tar.gz";