summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-12-05 21:56:18 -0600
committerAustin Seipp <aseipp@pobox.com>2014-12-05 21:56:52 -0600
commit178ecc1515a232499aebf401701023dfdfebe7c4 (patch)
treeafb4e8dfdce26e1519cf1d97858df793fc81b8a2 /pkgs/applications/networking/bittorrentsync
parent51ccf09ba295fb11710526daf33a1bc1e013433d (diff)
downloadnixlib-178ecc1515a232499aebf401701023dfdfebe7c4.tar
nixlib-178ecc1515a232499aebf401701023dfdfebe7c4.tar.gz
nixlib-178ecc1515a232499aebf401701023dfdfebe7c4.tar.bz2
nixlib-178ecc1515a232499aebf401701023dfdfebe7c4.tar.lz
nixlib-178ecc1515a232499aebf401701023dfdfebe7c4.tar.xz
nixlib-178ecc1515a232499aebf401701023dfdfebe7c4.tar.zst
nixlib-178ecc1515a232499aebf401701023dfdfebe7c4.zip
nixpkgs: btsync 1.4.93 -> 1.4.103
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 00f36729d1fa..e73c59c5a377 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 "c4b100bbf8cda0334e20793e02bf400d15266cb9d089917bd2b6b9d49dd37d19"
-    else if stdenv.system == "i686-linux" then "5760471fcea396efd158758aa350b1c48a9d0633765a5e3b059baf8aeab615fa"
+  sha256 = if stdenv.system == "x86_64-linux" then "0hiapq24y02pm7zi0jvqj4jxwdn5k74yxq9n1jpv8jmgir3iwznn"
+    else if stdenv.system == "i686-linux" then "0jv3zg0jhdzsc56kkpylwihvhsz73gsl2i2pjmqk3r3x4gwjk8xx"
     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.93";
+  version = "1.4.103";
 
   src  = fetchurl {
     url  = "http://syncapp.bittorrent.com/${version}/btsync_${arch}-${version}.tar.gz";