summary refs log tree commit diff
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2015-01-08 02:51:34 -0600
committerAustin Seipp <aseipp@pobox.com>2015-01-08 02:51:34 -0600
commitcaaebc7266b2c16c3efa62a7932e64cfe08504eb (patch)
treefd0f2957e1333f905f819ede1bf0577908e5e4e9
parent156b7804b0039b9c417dc4f86b4982f94fd8fb16 (diff)
downloadnixpkgs-caaebc7266b2c16c3efa62a7932e64cfe08504eb.tar
nixpkgs-caaebc7266b2c16c3efa62a7932e64cfe08504eb.tar.gz
nixpkgs-caaebc7266b2c16c3efa62a7932e64cfe08504eb.tar.bz2
nixpkgs-caaebc7266b2c16c3efa62a7932e64cfe08504eb.tar.lz
nixpkgs-caaebc7266b2c16c3efa62a7932e64cfe08504eb.tar.xz
nixpkgs-caaebc7266b2c16c3efa62a7932e64cfe08504eb.tar.zst
nixpkgs-caaebc7266b2c16c3efa62a7932e64cfe08504eb.zip
nixpkgs: btsync 1.4.103 -> 1.4.106
Signed-off-by: Austin Seipp <aseipp@pobox.com>
-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 974a5a83de4..ab3a4575212 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 "0hiapq24y02pm7zi0jvqj4jxwdn5k74yxq9n1jpv8jmgir3iwznn"
-    else if stdenv.system == "i686-linux" then "0jv3zg0jhdzsc56kkpylwihvhsz73gsl2i2pjmqk3r3x4gwjk8xx"
+  sha256 = if stdenv.system == "x86_64-linux" then "1prs3r6xcxq31xfdp3w2wdi3d7r6lw5r4d4zay2cwphmp4kpg3qg"
+    else if stdenv.system == "i686-linux" then "09rn95qvkdwlzqq11hqfq4i5cam6dip7ww1wd5dpyirzn8yw7cfh"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
   libPath = stdenv.lib.makeLibraryPath [ stdenv.cc.libc ];
 in
 stdenv.mkDerivation rec {
   name = "btsync-${version}";
-  version = "1.4.103";
+  version = "1.4.106";
 
   src  = fetchurl {
     url  = "http://syncapp.bittorrent.com/${version}/btsync_${arch}-${version}.tar.gz";