summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-07-12 04:19:55 -0700
committerDomen Kožar <domen@dev.si>2013-07-12 04:19:55 -0700
commit864339cf4dad95e5116b8d36ec2127e81736e291 (patch)
tree0e8deb8c5c1687400bfb5c310cf0dff902b2e1f7
parentc1749e5fb43dfcb41fb21b7e00e764480e892c66 (diff)
parent50e1a9a06e45cd860ce2d3dbc2263b99d90813c6 (diff)
downloadnixlib-864339cf4dad95e5116b8d36ec2127e81736e291.tar
nixlib-864339cf4dad95e5116b8d36ec2127e81736e291.tar.gz
nixlib-864339cf4dad95e5116b8d36ec2127e81736e291.tar.bz2
nixlib-864339cf4dad95e5116b8d36ec2127e81736e291.tar.lz
nixlib-864339cf4dad95e5116b8d36ec2127e81736e291.tar.xz
nixlib-864339cf4dad95e5116b8d36ec2127e81736e291.tar.zst
nixlib-864339cf4dad95e5116b8d36ec2127e81736e291.zip
Merge pull request #740 from the-kenny/btsync
Update bittorrentSync to 1.1.27.
-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 ae339abb7996..73b456dc9a51 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.0.134";
-  sha256 = if stdenv.system == "x86_64-linux" then "1kyxiqjabqgsg7n0a8snh03axxzpniazp93shb2l1b6x0f7d24n7"
-    else if stdenv.system == "i686-linux" then "02wb8pqcb1rk108r49cqyg7s14grmjnkr6p3068pkiwdwwgi8jak"
+  version = "1.1.33";
+  sha256 = if stdenv.system == "x86_64-linux" then "1h3b84cbj6w28q591v6ydvmkgv9ydl0qknxjb3vaba0dym5gblvv"
+    else if stdenv.system == "i686-linux" then "1l7l6najsbqxb01wld54fzgsb122z5a2mlnv1r48sxq26cfwp6bk"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
 in stdenv.mkDerivation {