about summary refs log tree commit diff
path: root/pkgs/applications/networking/bittorrentsync
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2013-05-28 00:50:05 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2013-05-28 00:50:05 +0200
commit2f1ab6b21b391a7cf80eb305e20c3ca58fc4084b (patch)
tree78ed53b83512e7d79989ab62039ff74e3253ced6 /pkgs/applications/networking/bittorrentsync
parent80bd0dda5341c84b84326593ccf40f66bc72042d (diff)
downloadnixlib-2f1ab6b21b391a7cf80eb305e20c3ca58fc4084b.tar
nixlib-2f1ab6b21b391a7cf80eb305e20c3ca58fc4084b.tar.gz
nixlib-2f1ab6b21b391a7cf80eb305e20c3ca58fc4084b.tar.bz2
nixlib-2f1ab6b21b391a7cf80eb305e20c3ca58fc4084b.tar.lz
nixlib-2f1ab6b21b391a7cf80eb305e20c3ca58fc4084b.tar.xz
nixlib-2f1ab6b21b391a7cf80eb305e20c3ca58fc4084b.tar.zst
nixlib-2f1ab6b21b391a7cf80eb305e20c3ca58fc4084b.zip
Update bittorrent-sync to 1.0.134
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 91afc98bd4af..842dd8a88265 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.132";
-  sha256 = if stdenv.system == "x86_64-linux" then "04mwzpbibzzbl384ziq07g7xxbc1rb5lyxgc7g8m1x5fvc6g1dk6"
-    else if stdenv.system == "i686-linux" then "0yz1y761gx612lczlqjc3wddnw73qf4b8rna9hmfzan7ikqb81z0"
+  version = "1.0.134";
+  sha256 = if stdenv.system == "x86_64-linux" then "1kyxiqjabqgsg7n0a8snh03axxzpniazp93shb2l1b6x0f7d24n7"
+    else if stdenv.system == "i686-linux" then "02wb8pqcb1rk108r49cqyg7s14grmjnkr6p3068pkiwdwwgi8jakbt"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
 in stdenv.mkDerivation {