summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2013-07-18 00:04:21 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-07-18 02:23:52 +0200
commitad6fb1fb357ada55a410093fdb072e3d3f1bb45a (patch)
tree76e6fe787c4147b87c1b9c5fd531599c5c3e7e64 /pkgs/applications/networking/bittorrentsync
parent30f54585d57fd143e65e189e9b1b6e4d67215702 (diff)
downloadnixlib-ad6fb1fb357ada55a410093fdb072e3d3f1bb45a.tar
nixlib-ad6fb1fb357ada55a410093fdb072e3d3f1bb45a.tar.gz
nixlib-ad6fb1fb357ada55a410093fdb072e3d3f1bb45a.tar.bz2
nixlib-ad6fb1fb357ada55a410093fdb072e3d3f1bb45a.tar.lz
nixlib-ad6fb1fb357ada55a410093fdb072e3d3f1bb45a.tar.xz
nixlib-ad6fb1fb357ada55a410093fdb072e3d3f1bb45a.tar.zst
nixlib-ad6fb1fb357ada55a410093fdb072e3d3f1bb45a.zip
Update btsync to 1.1.42.
This upgrade is downward compatible down to 1.1.27 (same as prev.
version in Nix).

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
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 73b456dc9a51..a8c4a5352581 100644
--- a/pkgs/applications/networking/bittorrentsync/default.nix
+++ b/pkgs/applications/networking/bittorrentsync/default.nix
@@ -14,9 +14,9 @@ let
     else if stdenv.system == "i686-linux" then "ld-linux.so.2"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
-  version = "1.1.33";
-  sha256 = if stdenv.system == "x86_64-linux" then "1h3b84cbj6w28q591v6ydvmkgv9ydl0qknxjb3vaba0dym5gblvv"
-    else if stdenv.system == "i686-linux" then "1l7l6najsbqxb01wld54fzgsb122z5a2mlnv1r48sxq26cfwp6bk"
+  version = "1.1.42";
+  sha256 = if stdenv.system == "x86_64-linux" then "07gcjzhhr8simkjjxhyzkvh3748ll81d742fz7j31nwdi34my8ri"
+    else if stdenv.system == "i686-linux" then "0awf5bfhb4dp4aydzrgdp3wqv1mz6ys1z45i0r1hbqszvf44xj7c"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
 in stdenv.mkDerivation {