* Bittorrent 5.0.4.
svn path=/nixpkgs/trunk/; revision=7660
This commit is contained in:
parent
db04605858
commit
19d6b9a1a4
@ -6,12 +6,12 @@
|
|||||||
assert gui -> wxPython != null;
|
assert gui -> wxPython != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "bittorrent-5.0.3";
|
name = "bittorrent-5.0.4";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://download.bittorrent.com/dl/BitTorrent-5.0.3.tar.gz;
|
url = http://download.bittorrent.com/dl/BitTorrent-5.0.4.tar.gz;
|
||||||
md5 = "592363a33c35e9f66759a736dbf7e038";
|
md5 = "3f6a1093102541e88a16d6c1c62e8bcc";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [python pycrypto twisted]
|
buildInputs = [python pycrypto twisted]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user