From 90b3af3bd726c0f66235f77e747c0d73bc71a885 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 May 2010 14:42:52 +0000 Subject: * Bittorrent updated to 5.2.2 (5.3 seems too hard to build). svn path=/nixpkgs/trunk/; revision=21877 --- pkgs/tools/networking/p2p/bittorrent/builder.sh | 1 - pkgs/tools/networking/p2p/bittorrent/default.nix | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/networking/p2p/bittorrent/builder.sh b/pkgs/tools/networking/p2p/bittorrent/builder.sh index c074c1919ac5..3f30aa5c851f 100644 --- a/pkgs/tools/networking/p2p/bittorrent/builder.sh +++ b/pkgs/tools/networking/p2p/bittorrent/builder.sh @@ -9,7 +9,6 @@ export HOME=$TMP buildPhase() { - #substituteInPlace BitTorrent/GUI_wx/__init__.py --replace "'2.6'" "'2.8'" python setup.py build } diff --git a/pkgs/tools/networking/p2p/bittorrent/default.nix b/pkgs/tools/networking/p2p/bittorrent/default.nix index 980f51d37467..1d4f43445bf1 100644 --- a/pkgs/tools/networking/p2p/bittorrent/default.nix +++ b/pkgs/tools/networking/p2p/bittorrent/default.nix @@ -6,16 +6,16 @@ assert gui -> wxPython != null; stdenv.mkDerivation { - name = "bittorrent-5.2.0"; + name = "bittorrent-5.2.2"; builder = ./builder.sh; src = fetchurl { - url = http://download.bittorrent.com/dl/BitTorrent-5.2.0.tar.gz; - sha256 = "0lg54x5y2k1cb7vpj7hanlnvzqa2k3v24qq0g6fsycjk4n8dky02"; + url = http://download.bittorrent.com/dl/archive/BitTorrent-5.2.2.tar.gz; + sha256 = "05k803hbwsyn51j4aibzdsnqxz24kw4rvr60v2c0wji8gcvy3kx9"; }; - buildInputs = [python pycrypto twisted makeWrapper] + buildInputs = [ python pycrypto twisted makeWrapper ] ++ stdenv.lib.optional gui wxPython; meta = { -- cgit 1.4.1