* Backout accidental commit.
svn path=/nixpkgs/trunk/; revision=6088
This commit is contained in:
parent
d6b4d601e8
commit
38ee361757
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, python, pygtk, makeWrapper}:
|
{stdenv, fetchurl, python, pygtk, makeWrapper}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "bittorrent-4.9.8";
|
name = "bittorrent-4.4.0";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://download.bittorrent.com/dl/BitTorrent-4.9.8.tar.gz;
|
url = http://www.bittorrent.com/dl/BitTorrent-4.4.0.tar.gz;
|
||||||
md5 = "30d14135a8c6869976cd807db019dfd9";
|
md5 = "74d4b48202c28f0b27e989b6d5f5b214";
|
||||||
};
|
};
|
||||||
buildInputs = [python pygtk];
|
buildInputs = [python pygtk];
|
||||||
inherit python pygtk makeWrapper;
|
inherit python pygtk makeWrapper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user