summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2016-01-22 04:45:27 -0600
committerAustin Seipp <aseipp@pobox.com>2016-02-24 22:23:49 -0600
commita2d1cbd019d17728d57325198f8a1a0f2d890c5c (patch)
treeccb16ab42f7d7b7035fc05d3a5c457fac0db2254 /pkgs
parentd2e0b6cf6f13691e95b94c2ef0c777c6dde1da6b (diff)
downloadnixlib-a2d1cbd019d17728d57325198f8a1a0f2d890c5c.tar
nixlib-a2d1cbd019d17728d57325198f8a1a0f2d890c5c.tar.gz
nixlib-a2d1cbd019d17728d57325198f8a1a0f2d890c5c.tar.bz2
nixlib-a2d1cbd019d17728d57325198f8a1a0f2d890c5c.tar.lz
nixlib-a2d1cbd019d17728d57325198f8a1a0f2d890c5c.tar.xz
nixlib-a2d1cbd019d17728d57325198f8a1a0f2d890c5c.tar.zst
nixlib-a2d1cbd019d17728d57325198f8a1a0f2d890c5c.zip
nixpkgs: bittorrentSync20 2.2.7 -> 2.3.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/bittorrentsync/2.0.x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/bittorrentsync/2.0.x.nix b/pkgs/applications/networking/bittorrentsync/2.0.x.nix
index 1ae3041b4da9..8ecfb476a189 100644
--- a/pkgs/applications/networking/bittorrentsync/2.0.x.nix
+++ b/pkgs/applications/networking/bittorrentsync/2.0.x.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 "1ldhi0ydpxdbpd0ak5c3zv93wif5sqsgfj4ggav2b0djm76al2gb"
-    else if stdenv.system == "i686-linux" then "1fhki13isw3g7785b5jdl4warayg94ihah6wsr5h9gljjjghgi1c"
+  sha256 = if stdenv.system == "x86_64-linux" then "1fzwqi3vjv5shmw02pz2lgdi6b138vj042hn92szc49c9wd1vdgq"
+    else if stdenv.system == "i686-linux" then "1x47jc5i37r0cwrrgi5ylfb14zwj7qyf1xhgl7g724bm1cgdc00n"
     else throw "Bittorrent Sync for: ${stdenv.system} not supported!";
 
   libPath = stdenv.lib.makeLibraryPath [ stdenv.cc.libc ];
 in
 stdenv.mkDerivation rec {
   name = "btsync-${version}";
-  version = "2.2.7";
+  version = "2.3.0";
 
   src  = fetchurl {
     url  = "https://download-cdn.getsyncapp.com/${version}/linux-${arch}/BitTorrent-Sync_${arch}.tar.gz";